#7712CA

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

Shades of Purple Heart #7712CA

Tints of Purple Heart #7712CA

Color information

#7712CA (or 0x7712CA) is unknown color: approx Purple Heart. HEX triplet: 77, 12 and CA. RGB value is (119,18,202). Sum of RGB (Red+Green+Blue) = 119+18+202=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 202 (79.30% from 255 or 59.59% from 339); Max value from RGB is 202 - color contains mainly: blue. Hex color #7712CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7712CA is #88ED35. Grayscale: #444444. Windows color (decimal): -8973622 or 13242999. OLE color: 13242999.

HSL color Cylindrical-coordinate representation of color #7712CA: hue angle of 272.93º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7712CA is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11918202-
CMYK0.410.9100.21
HSL272.93º83.64%43.14%-
HSV(B)272.93º91.09%79.22%-
XYZ18.488.6256.57-
YUV69.18202.96163.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.10%
GREEN value IS 18 (7.42% from 255) = 5.31%
BLUE value IS 202 (79.30% from 255) = 59.59%
R=35.10%
G=5.31%
B=59.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal119182020.410.9100.21272.9383.6443.14
Hex7712CA295B015111542b
Octal167223125113302542112453
Binary1110111100101100101010100110110110101011000100011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7712CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7712CA; }

 p { color: rgb(119,18,202); }

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

<style>
 a { background-color: #7712CA; }

 a { background-color: rgb(119,18,202); }

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

<style>
 span { border-color: #7712CA; }

 span { border-color: rgb(119,18,202); }

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