#602DB8

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

Shades of Purple Heart #602DB8

Tints of Purple Heart #602DB8

Color information

#602DB8 (or 0x602DB8) is unknown color: approx Purple Heart. HEX triplet: 60, 2D and B8. RGB value is (96,45,184). Sum of RGB (Red+Green+Blue) = 96+45+184=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 184 (72.27% from 255 or 56.62% from 325); Max value from RGB is 184 - color contains mainly: blue. Hex color #602DB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602DB8 is #9FD247. Grayscale: #4B4B4B. Windows color (decimal): -10474056 or 12070240. OLE color: 12070240.

HSL color Cylindrical-coordinate representation of color #602DB8: hue angle of 262.01º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #602DB8 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9645184-
CMYK0.480.7600.28
HSL262.01º60.7%44.9%-
HSV(B)262.01º75.54%72.16%-
XYZ14.417.8246.1-
YUV76.1188.9142.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 45 (17.97% from 255) = 13.85%
BLUE value IS 184 (72.27% from 255) = 56.62%
R=29.54%
G=13.85%
B=56.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal96451840.480.7600.28262.0160.744.9
Hex602DB8304C01C1063d2d
Octal14055270601140344067555
Binary1100000101101101110001100001001100011100100000110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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