#602CB6

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

Shades of Purple Heart #602CB6

Tints of Purple Heart #602CB6

Color information

#602CB6 (or 0x602CB6) is unknown color: approx Purple Heart. HEX triplet: 60, 2C and B6. RGB value is (96,44,182). Sum of RGB (Red+Green+Blue) = 96+44+182=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 182 (71.48% from 255 or 56.52% from 322); Max value from RGB is 182 - color contains mainly: blue. Hex color #602CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602CB6 is #9FD349. Grayscale: #4A4A4A. Windows color (decimal): -10474314 or 11938912. OLE color: 11938912.

HSL color Cylindrical-coordinate representation of color #602CB6: hue angle of 262.61º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #602CB6 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9644182-
CMYK0.470.7600.29
HSL262.61º61.06%44.31%-
HSV(B)262.61º75.82%71.37%-
XYZ14.177.6744.99-
YUV75.28188.23142.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 44 (17.58% from 255) = 13.66%
BLUE value IS 182 (71.48% from 255) = 56.52%
R=29.81%
G=13.66%
B=56.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal96441820.470.7600.29262.6161.0644.31
Hex602CB62F4C01D1073d2c
Octal14054266571140354077554
Binary1100000101100101101101011111001100011101100000111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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