#7712BE

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

Shades of Purple Heart #7712BE

Tints of Purple Heart #7712BE

Color information

#7712BE (or 0x7712BE) is unknown color: approx Purple Heart. HEX triplet: 77, 12 and BE. RGB value is (119,18,190). Sum of RGB (Red+Green+Blue) = 119+18+190=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #7712BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7712BE is #88ED41. Grayscale: #434343. Windows color (decimal): -8973634 or 12456567. OLE color: 12456567.

HSL color Cylindrical-coordinate representation of color #7712BE: hue angle of 275.23º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7712BE is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11918190-
CMYK0.370.9100.25
HSL275.23º82.69%40.78%-
HSV(B)275.23º90.53%74.51%-
XYZ17.128.0749.37-
YUV67.81196.96164.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.39%
GREEN value IS 18 (7.42% from 255) = 5.50%
BLUE value IS 190 (74.61% from 255) = 58.10%
R=36.39%
G=5.50%
B=58.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119181900.370.9100.25275.2382.6940.78
Hex7712BE255B0191135329
Octal167222764513303142312351
Binary1110111100101011111010010110110110110011000100111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7712BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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