#602def

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

Shades of Han Purple #602DEF

Tints of Han Purple #602DEF

Color information

#602DEF (or 0x602DEF) is unknown color: approx Han Purple. HEX triplet: 60, 2D and EF. RGB value is (96,45,239). Sum of RGB (Red+Green+Blue) = 96+45+239=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 45 (17.97% from 255 or 11.84% from 380); Blue value is 239 (93.75% from 255 or 62.89% from 380); Max value from RGB is 239 - color contains mainly: blue. Hex color #602DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602DEF is #9FD210. Grayscale: #515151. Windows color (decimal): -10474001 or 15674720. OLE color: 15674720.

HSL color Cylindrical-coordinate representation of color #602DEF: hue angle of 255.77º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #602DEF is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9645239-
CMYK0.600.8100.06
HSL255.77º85.84%55.69%-
HSV(B)255.77º81.17%93.73%-
XYZ21.3410.682.58-
YUV82.36216.4137.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.26%
GREEN value IS 45 (17.97% from 255) = 11.84%
BLUE value IS 239 (93.75% from 255) = 62.89%
R=25.26%
G=11.84%
B=62.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal96452390.600.8100.06255.7785.8455.69
Hex602DEF3C51061005638
Octal14055357741210640012670
Binary110000010110111101111111100101000101101000000001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602def

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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