#7612B2

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

Shades of Purple Heart #7612B2

Tints of Purple Heart #7612B2

Color information

#7612B2 (or 0x7612B2) is unknown color: approx Purple Heart. HEX triplet: 76, 12 and B2. RGB value is (118,18,178). Sum of RGB (Red+Green+Blue) = 118+18+178=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 178 (69.92% from 255 or 56.69% from 314); Max value from RGB is 178 - color contains mainly: blue. Hex color #7612B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7612B2 is #89ED4D. Grayscale: #414141. Windows color (decimal): -9039182 or 11670134. OLE color: 11670134.

HSL color Cylindrical-coordinate representation of color #7612B2: hue angle of 277.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7612B2 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11818178-
CMYK0.340.9000.30
HSL277.5º81.63%38.43%-
HSV(B)277.5º89.89%69.8%-
XYZ15.727.542.74-
YUV66.14191.13164.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 18 (7.42% from 255) = 5.73%
BLUE value IS 178 (69.92% from 255) = 56.69%
R=37.58%
G=5.73%
B=56.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal118181780.340.9000.30277.581.6338.43
Hex7612B2225A01E1165226
Octal166222624213203642612246
Binary1110110100101011001010001010110100111101000101101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7612B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7612B2; }

 p { color: rgb(118,18,178); }

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

<style>
 a { background-color: #7612B2; }

 a { background-color: rgb(118,18,178); }

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

<style>
 span { border-color: #7612B2; }

 span { border-color: rgb(118,18,178); }

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