#7810AB

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

Shades of Purple Heart #7810AB

Tints of Purple Heart #7810AB

Color information

#7810AB (or 0x7810AB) is unknown color: approx Purple Heart. HEX triplet: 78, 10 and AB. RGB value is (120,16,171). Sum of RGB (Red+Green+Blue) = 120+16+171=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #7810AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7810AB is #87EF54. Grayscale: #404040. Windows color (decimal): -8908629 or 11210872. OLE color: 11210872.

HSL color Cylindrical-coordinate representation of color #7810AB: hue angle of 280.26º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7810AB is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12016171-
CMYK0.300.9100.33
HSL280.26º82.89%36.67%-
HSV(B)280.26º90.64%67.06%-
XYZ15.287.339.13-
YUV64.77187.96167.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.09%
GREEN value IS 16 (6.64% from 255) = 5.21%
BLUE value IS 171 (67.19% from 255) = 55.70%
R=39.09%
G=5.21%
B=55.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120161710.300.9100.33280.2682.8936.67
Hex7810AB1E5B0211185325
Octal170202533613304143012345
Binary1111000100001010101111110101101101000011000110001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7810AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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