#721AC8

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

Shades of Purple Heart #721AC8

Tints of Purple Heart #721AC8

Color information

#721AC8 (or 0x721AC8) is unknown color: approx Purple Heart. HEX triplet: 72, 1A and C8. RGB value is (114,26,200). Sum of RGB (Red+Green+Blue) = 114+26+200=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 200 (78.52% from 255 or 58.82% from 340); Max value from RGB is 200 - color contains mainly: blue. Hex color #721AC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721AC8 is #8DE537. Grayscale: #474747. Windows color (decimal): -9299256 or 13113970. OLE color: 13113970.

HSL color Cylindrical-coordinate representation of color #721AC8: hue angle of 270.34º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #721AC8 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11426200-
CMYK0.430.8700.22
HSL270.34º76.99%44.31%-
HSV(B)270.34º87%78.43%-
XYZ17.738.4955.35-
YUV72.15200.15157.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 26 (10.55% from 255) = 7.65%
BLUE value IS 200 (78.52% from 255) = 58.82%
R=33.53%
G=7.65%
B=58.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal114262000.430.8700.22270.3476.9944.31
Hex721AC82B5701610e4d2c
Octal162323105312702641611554
Binary1110010110101100100010101110101110101101000011101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721AC8; }

 p { color: rgb(114,26,200); }

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

<style>
 a { background-color: #721AC8; }

 a { background-color: rgb(114,26,200); }

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

<style>
 span { border-color: #721AC8; }

 span { border-color: rgb(114,26,200); }

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