#7810BD

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

Shades of Purple Heart #7810BD

Tints of Purple Heart #7810BD

Color information

#7810BD (or 0x7810BD) is unknown color: approx Purple Heart. HEX triplet: 78, 10 and BD. RGB value is (120,16,189). Sum of RGB (Red+Green+Blue) = 120+16+189=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 16 (6.64% from 255 or 4.92% 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 #7810BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7810BD is #87EF42. Grayscale: #424242. Windows color (decimal): -8908611 or 12390520. OLE color: 12390520.

HSL color Cylindrical-coordinate representation of color #7810BD: hue angle of 276.07º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7810BD is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12016189-
CMYK0.370.9200.26
HSL276.07º84.39%40.2%-
HSV(B)276.07º91.53%74.12%-
XYZ17.128.0448.79-
YUV66.82196.96165.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.92%
GREEN value IS 16 (6.64% from 255) = 4.92%
BLUE value IS 189 (74.22% from 255) = 58.15%
R=36.92%
G=4.92%
B=58.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal120161890.370.9200.26276.0784.3940.2
Hex7810BD255C01A1145428
Octal170202754513403242412450
Binary1111000100001011110110010110111000110101000101001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7810BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,16,189); }

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

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

 a { background-color: rgb(120,16,189); }

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

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

 span { border-color: rgb(120,16,189); }

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