#7418CC

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

Shades of Purple Heart #7418CC

Tints of Purple Heart #7418CC

Color information

#7418CC (or 0x7418CC) is unknown color: approx Purple Heart. HEX triplet: 74, 18 and CC. RGB value is (116,24,204). Sum of RGB (Red+Green+Blue) = 116+24+204=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #7418CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7418CC is #8BE733. Grayscale: #474747. Windows color (decimal): -9168692 or 13375604. OLE color: 13375604.

HSL color Cylindrical-coordinate representation of color #7418CC: hue angle of 270.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7418CC is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11624204-
CMYK0.430.8800.2
HSL270.67º78.95%44.71%-
HSV(B)270.67º88.24%80%-
XYZ18.438.7357.84-
YUV72.03202.48159.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 24 (9.77% from 255) = 6.98%
BLUE value IS 204 (80.08% from 255) = 59.30%
R=33.72%
G=6.98%
B=59.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal116242040.430.8800.2270.6778.9544.71
Hex7418CC2B5801410f4f2d
Octal164303145313002441711755
Binary1110100110001100110010101110110000101001000011111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7418CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7418CC; }

 p { color: rgb(116,24,204); }

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

<style>
 a { background-color: #7418CC; }

 a { background-color: rgb(116,24,204); }

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

<style>
 span { border-color: #7418CC; }

 span { border-color: rgb(116,24,204); }

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