#602DCB

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

Shades of Purple Heart #602DCB

Tints of Purple Heart #602DCB

Color information

#602DCB (or 0x602DCB) is unknown color: approx Purple Heart. HEX triplet: 60, 2D and CB. RGB value is (96,45,203). Sum of RGB (Red+Green+Blue) = 96+45+203=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #602DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602DCB is #9FD234. Grayscale: #4D4D4D. Windows color (decimal): -10474037 or 13315424. OLE color: 13315424.

HSL color Cylindrical-coordinate representation of color #602DCB: hue angle of 259.37º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602DCB is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9645203-
CMYK0.530.7800.20
HSL259.37º63.71%48.63%-
HSV(B)259.37º77.83%79.61%-
XYZ16.548.6857.3-
YUV78.26198.4140.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.91%
GREEN value IS 45 (17.97% from 255) = 13.08%
BLUE value IS 203 (79.69% from 255) = 59.01%
R=27.91%
G=13.08%
B=59.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal96452030.530.7800.20259.3763.7148.63
Hex602DCB354E0141034031
Octal140553136511602440310061
Binary11000001011011100101111010110011100101001000000111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,45,203); }

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

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

 a { background-color: rgb(96,45,203); }

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

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

 span { border-color: rgb(96,45,203); }

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