#7F2CBB

Color #7F2CBB Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7F2CBB

Tints of Purple Heart #7F2CBB

Color information

#7F2CBB (or 0x7F2CBB) is unknown color: approx Purple Heart. HEX triplet: 7F, 2C and BB. RGB value is (127,44,187). Sum of RGB (Red+Green+Blue) = 127+44+187=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F2CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2CBB is #80D344. Grayscale: #545454. Windows color (decimal): -8442693 or 12266623. OLE color: 12266623.

HSL color Cylindrical-coordinate representation of color #7F2CBB: hue angle of 274.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F2CBB is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12744187-
CMYK0.320.7600.27
HSL274.83º61.9%45.29%-
HSV(B)274.83º76.47%73.33%-
XYZ18.629.947.94-
YUV85.12185.5157.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 35.47%
GREEN value IS 44 (17.58% from 255) = 12.29%
BLUE value IS 187 (73.44% from 255) = 52.23%
R=35.47%
G=12.29%
B=52.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal127441870.320.7600.27274.8361.945.29
Hex7F2CBB204C01B1133e2d
Octal17754273401140334237655
Binary1111111101100101110111000001001100011011100010011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F2CBB; }

 p { color: rgb(127,44,187); }

 H1.HeaderClassName
 {
   color: #7F2CBB;
 }
 .AnyTagClassName
 {
   color: #7F2CBB;
 }
</style>
background-color css

<style>
 a { background-color: #7F2CBB; }

 a { background-color: rgb(127,44,187); }

 div.DivClassName
 {
   background-color: #7F2CBB;
 }
 .BgClassName
 {
   background-color: #7F2CBB;
 }
</style>
border-color css

<style>
 span { border-color: #7F2CBB; }

 span { border-color: rgb(127,44,187); }

 td.TdClassName
 {
   border-color: #7F2CBB;
 }
 .TagClassName
 {
   border-color: #7F2CBB;
 }
</style>