#7612BD

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

Shades of Purple Heart #7612BD

Tints of Purple Heart #7612BD

Color information

#7612BD (or 0x7612BD) is unknown color: approx Purple Heart. HEX triplet: 76, 12 and BD. RGB value is (118,18,189). Sum of RGB (Red+Green+Blue) = 118+18+189=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #7612BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7612BD is #89ED42. Grayscale: #424242. Windows color (decimal): -9039171 or 12391030. OLE color: 12391030.

HSL color Cylindrical-coordinate representation of color #7612BD: hue angle of 275.09º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7612BD is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11818189-
CMYK0.380.9000.26
HSL275.09º82.61%40.59%-
HSV(B)275.09º90.48%74.12%-
XYZ16.877.9648.79-
YUV67.39196.63164.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 18 (7.42% from 255) = 5.54%
BLUE value IS 189 (74.22% from 255) = 58.15%
R=36.31%
G=5.54%
B=58.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal118181890.380.9000.26275.0982.6140.59
Hex7612BD265A01A1135329
Octal166222754613203242312351
Binary1110110100101011110110011010110100110101000100111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7612BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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