#602CAE

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

Shades of Purple Heart #602CAE

Tints of Purple Heart #602CAE

Color information

#602CAE (or 0x602CAE) is unknown color: approx Purple Heart. HEX triplet: 60, 2C and AE. RGB value is (96,44,174). Sum of RGB (Red+Green+Blue) = 96+44+174=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #602CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602CAE is #9FD351. Grayscale: #494949. Windows color (decimal): -10474322 or 11414624. OLE color: 11414624.

HSL color Cylindrical-coordinate representation of color #602CAE: hue angle of 264º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #602CAE is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9644174-
CMYK0.450.7500.32
HSL264º59.63%42.75%-
HSV(B)264º74.71%68.24%-
XYZ13.367.3440.76-
YUV74.37184.23143.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.57%
GREEN value IS 44 (17.58% from 255) = 14.01%
BLUE value IS 174 (68.36% from 255) = 55.41%
R=30.57%
G=14.01%
B=55.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal96441740.450.7500.3226459.6342.75
Hex602CAE2D4B0201083c2b
Octal14054256551130404107453
Binary11000001011001010111010110110010110100000100001000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602CAE; }

 p { color: rgb(96,44,174); }

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

<style>
 a { background-color: #602CAE; }

 a { background-color: rgb(96,44,174); }

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

<style>
 span { border-color: #602CAE; }

 span { border-color: rgb(96,44,174); }

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