Html Css Color HEX #602BFF Han Purple

📋 copy color: '#602BFF'

red 96 ◦ green 43 ◦ blue 255

#602BFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #602BFF

Tints of Han Purple #602BFF

RGB

 RED value IS 96 (37.89% from 255) = 24.37%

 GREEN value IS 43 (17.19% from 255) = 10.91%

 BLUE value IS 255 (100% from 255) = 64.72%

R = 24.37%
G = 10.91%
B = 64.72%

CMYK

 C value IS 0.62

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#602BFF (or 0x602BFF) is known color: Han Purple. HEX triplet: 60, 2B and FF. RGB value is (96,43,255). Sum of RGB (Red+Green+Blue) = 96+43+255=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #602BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602BFF is #9FD400. Grayscale: #525252. Windows color (decimal): -10474497 or 16722784. OLE color: 16722784.

HSL color Cylindrical-coordinate representation of color #602BFF: hue angle of 255º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #602BFF is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 96 43 255 -
CMYK 0.62 0.83 0 0
HSL 255º 1% 0.58% -
HSV(B) 255º 0.83% 1% -
XYZ 23.74 11.43 95.56 -
YUV 83.02 225.06 137.26 -
System Red Green Blue C M Y K H S L
Decimal 96 43 255 0.62 0.83 0 0 255 1 0.58
Hex 60 2B FF 3E 53 0 0 FF 64 3A
Octal 140 53 377 76 123 0 0 377 144 72
Binary 1100000 101011 11111111 111110 1010011 0 0 11111111 1100100 111010

Color Harmonies of #602BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602BFF

Black with #602BFF

Text Example


Text Example

White with #602BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #602BFF;
 }
 .AnyTagClassName
 {
   color: #602BFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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