#6022C9

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

Shades of Purple Heart #6022C9

Tints of Purple Heart #6022C9

Color information

#6022C9 (or 0x6022C9) is unknown color: approx Purple Heart. HEX triplet: 60, 22 and C9. RGB value is (96,34,201). Sum of RGB (Red+Green+Blue) = 96+34+201=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 201 (78.91% from 255 or 60.73% from 331); Max value from RGB is 201 - color contains mainly: blue. Hex color #6022C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6022C9 is #9FDD36. Grayscale: #464646. Windows color (decimal): -10476855 or 13181536. OLE color: 13181536.

HSL color Cylindrical-coordinate representation of color #6022C9: hue angle of 262.28º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6022C9 is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9634201-
CMYK0.520.8300.21
HSL262.28º71.06%46.08%-
HSV(B)262.28º83.08%78.82%-
XYZ15.947.8555.93-
YUV71.58201.04145.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 34 (13.67% from 255) = 10.27%
BLUE value IS 201 (78.91% from 255) = 60.73%
R=29.00%
G=10.27%
B=60.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal96342010.520.8300.21262.2871.0646.08
Hex6022C93453015106472e
Octal140423116412302540610756
Binary11000001000101100100111010010100110101011000001101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6022C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6022C9; }

 p { color: rgb(96,34,201); }

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

<style>
 a { background-color: #6022C9; }

 a { background-color: rgb(96,34,201); }

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

<style>
 span { border-color: #6022C9; }

 span { border-color: rgb(96,34,201); }

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