#602DCC

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

Shades of Purple Heart #602DCC

Tints of Purple Heart #602DCC

Color information

#602DCC (or 0x602DCC) is unknown color: approx Purple Heart. HEX triplet: 60, 2D and CC. RGB value is (96,45,204). Sum of RGB (Red+Green+Blue) = 96+45+204=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #602DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602DCC is #9FD233. Grayscale: #4D4D4D. Windows color (decimal): -10474036 or 13380960. OLE color: 13380960.

HSL color Cylindrical-coordinate representation of color #602DCC: hue angle of 259.25º 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 #602DCC is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9645204-
CMYK0.530.7800.2
HSL259.25º63.86%48.82%-
HSV(B)259.25º77.94%80%-
XYZ16.668.7257.93-
YUV78.38198.9140.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.83%
GREEN value IS 45 (17.97% from 255) = 13.04%
BLUE value IS 204 (80.08% from 255) = 59.13%
R=27.83%
G=13.04%
B=59.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal96452040.530.7800.2259.2563.8648.82
Hex602DCC354E0141034031
Octal140553146511602440310061
Binary11000001011011100110011010110011100101001000000111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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