#602AF8

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

Shades of Han Purple #602AF8

Tints of Han Purple #602AF8

Color information

#602AF8 (or 0x602AF8) is unknown color: approx Han Purple. HEX triplet: 60, 2A and F8. RGB value is (96,42,248). Sum of RGB (Red+Green+Blue) = 96+42+248=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 248 (97.27% from 255 or 64.25% from 386); Max value from RGB is 248 - color contains mainly: blue. Hex color #602AF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602AF8 is #9FD507. Grayscale: #505050. Windows color (decimal): -10474760 or 16263776. OLE color: 16263776.

HSL color Cylindrical-coordinate representation of color #602AF8: hue angle of 255.73º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #602AF8 is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB9642248-
CMYK0.610.8300.03
HSL255.73º93.64%56.86%-
HSV(B)255.73º83.06%97.25%-
XYZ22.610.9289.72-
YUV81.63221.89138.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.87%
GREEN value IS 42 (16.80% from 255) = 10.88%
BLUE value IS 248 (97.27% from 255) = 64.25%
R=24.87%
G=10.88%
B=64.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal96422480.610.8300.03255.7393.6456.86
Hex602AF83D53031005e39
Octal14052370751230340013671
Binary11000001010101111100011110110100110111000000001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,42,248); }

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

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

 a { background-color: rgb(96,42,248); }

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

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

 span { border-color: rgb(96,42,248); }

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