#602bf5

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

Shades of Han Purple #602BF5

Tints of Han Purple #602BF5

Color information

#602BF5 (or 0x602BF5) is unknown color: approx Han Purple. HEX triplet: 60, 2B and F5. RGB value is (96,43,245). Sum of RGB (Red+Green+Blue) = 96+43+245=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 245 (96.09% from 255 or 63.80% from 384); Max value from RGB is 245 - color contains mainly: blue. Hex color #602BF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602BF5 is #9FD40A. Grayscale: #515151. Windows color (decimal): -10474507 or 16067424. OLE color: 16067424.

HSL color Cylindrical-coordinate representation of color #602BF5: hue angle of 255.74º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #602BF5 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9643245-
CMYK0.610.8200.04
HSL255.74º90.99%56.47%-
HSV(B)255.74º82.45%96.08%-
XYZ22.1710.8187.3-
YUV81.88220.06138.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25%
GREEN value IS 43 (17.19% from 255) = 11.20%
BLUE value IS 245 (96.09% from 255) = 63.80%
R=25%
G=11.20%
B=63.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal96432450.610.8200.04255.7490.9956.47
Hex602BF53D52041005b38
Octal14053365751220440013370
Binary110000010101111110101111101101001001001000000001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602bf5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,43,245); }

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

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

 a { background-color: rgb(96,43,245); }

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

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

 span { border-color: rgb(96,43,245); }

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