#602DD0

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

Shades of Purple Heart #602DD0

Tints of Purple Heart #602DD0

Color information

#602DD0 (or 0x602DD0) is unknown color: approx Purple Heart. HEX triplet: 60, 2D and D0. RGB value is (96,45,208). Sum of RGB (Red+Green+Blue) = 96+45+208=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 208 (81.64% from 255 or 59.60% from 349); Max value from RGB is 208 - color contains mainly: blue. Hex color #602DD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602DD0 is #9FD22F. Grayscale: #4E4E4E. Windows color (decimal): -10474032 or 13643104. OLE color: 13643104.

HSL color Cylindrical-coordinate representation of color #602DD0: hue angle of 258.77º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602DD0 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9645208-
CMYK0.540.7800.18
HSL258.77º64.43%49.61%-
HSV(B)258.77º78.37%81.57%-
XYZ17.158.9260.49-
YUV78.83200.9140.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 45 (17.97% from 255) = 12.89%
BLUE value IS 208 (81.64% from 255) = 59.60%
R=27.51%
G=12.89%
B=59.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal96452080.540.7800.18258.7764.4349.61
Hex602DD0364E0121034032
Octal140553206611602240310062
Binary11000001011011101000011011010011100100101000000111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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