#7815CA

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

Shades of Purple Heart #7815CA

Tints of Purple Heart #7815CA

Color information

#7815CA (or 0x7815CA) is unknown color: approx Purple Heart. HEX triplet: 78, 15 and CA. RGB value is (120,21,202). Sum of RGB (Red+Green+Blue) = 120+21+202=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 202 (79.30% from 255 or 58.89% from 343); Max value from RGB is 202 - color contains mainly: blue. Hex color #7815CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7815CA is #87EA35. Grayscale: #464646. Windows color (decimal): -8907318 or 13243768. OLE color: 13243768.

HSL color Cylindrical-coordinate representation of color #7815CA: hue angle of 272.82º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7815CA is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12021202-
CMYK0.410.9000.21
HSL272.82º81.17%43.73%-
HSV(B)272.82º89.6%79.22%-
XYZ18.678.7956.59-
YUV71.24201.8162.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.99%
GREEN value IS 21 (8.59% from 255) = 6.12%
BLUE value IS 202 (79.30% from 255) = 58.89%
R=34.99%
G=6.12%
B=58.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal120212020.410.9000.21272.8281.1743.73
Hex7815CA295A015111512c
Octal170253125113202542112154
Binary1111000101011100101010100110110100101011000100011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7815CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7815CA; }

 p { color: rgb(120,21,202); }

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

<style>
 a { background-color: #7815CA; }

 a { background-color: rgb(120,21,202); }

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

<style>
 span { border-color: #7815CA; }

 span { border-color: rgb(120,21,202); }

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