#7120CA

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

Shades of Purple Heart #7120CA

Tints of Purple Heart #7120CA

Color information

#7120CA (or 0x7120CA) is unknown color: approx Purple Heart. HEX triplet: 71, 20 and CA. RGB value is (113,32,202). Sum of RGB (Red+Green+Blue) = 113+32+202=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 202 (79.30% from 255 or 58.21% from 347); Max value from RGB is 202 - color contains mainly: blue. Hex color #7120CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7120CA is #8EDF35. Grayscale: #4B4B4B. Windows color (decimal): -9363254 or 13246577. OLE color: 13246577.

HSL color Cylindrical-coordinate representation of color #7120CA: hue angle of 268.59º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7120CA is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11332202-
CMYK0.440.8400.21
HSL268.59º72.65%45.88%-
HSV(B)268.59º84.16%79.22%-
XYZ17.998.8156.63-
YUV75.6199.34154.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.56%
GREEN value IS 32 (12.89% from 255) = 9.22%
BLUE value IS 202 (79.30% from 255) = 58.21%
R=32.56%
G=9.22%
B=58.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal113322020.440.8400.21268.5972.6545.88
Hex7120CA2C5401510d492e
Octal161403125412402541511156
Binary11100011000001100101010110010101000101011000011011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7120CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,32,202); }

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

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

 a { background-color: rgb(113,32,202); }

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

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

 span { border-color: rgb(113,32,202); }

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