#7118CC

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

Shades of Purple Heart #7118CC

Tints of Purple Heart #7118CC

Color information

#7118CC (or 0x7118CC) is unknown color: approx Purple Heart. HEX triplet: 71, 18 and CC. RGB value is (113,24,204). Sum of RGB (Red+Green+Blue) = 113+24+204=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #7118CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7118CC is #8EE733. Grayscale: #464646. Windows color (decimal): -9365300 or 13375601. OLE color: 13375601.

HSL color Cylindrical-coordinate representation of color #7118CC: hue angle of 269.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 #7118CC is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11324204-
CMYK0.450.8800.2
HSL269.67º78.95%44.71%-
HSV(B)269.67º88.24%80%-
XYZ18.048.5257.82-
YUV71.13202.99157.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 24 (9.77% from 255) = 7.04%
BLUE value IS 204 (80.08% from 255) = 59.82%
R=33.14%
G=7.04%
B=59.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal113242040.450.8800.2269.6778.9544.71
Hex7118CC2D5801410e4f2d
Octal161303145513002441611755
Binary1110001110001100110010110110110000101001000011101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7118CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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