Html Css Color HEX #602EFB Han Purple

📋 copy color: '#602EFB'

red 96 ◦ green 46 ◦ blue 251

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

Shades of Han Purple #602EFB

Tints of Han Purple #602EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.7%

 BLUE value IS 251 (98.44% from 255) = 63.87%

R = 24.43%
G = 11.7%
B = 63.87%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#602EFB (or 0x602EFB) is known color: Han Purple. HEX triplet: 60, 2E and FB. RGB value is (96,46,251). Sum of RGB (Red+Green+Blue) = 96+46+251=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 46 (18.36% from 255 or 11.70% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #602EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602EFB is #9FD104. Grayscale: #535353. Windows color (decimal): -10473733 or 16461408. OLE color: 16461408.

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

Color convert

RGB 96 46 251 -
CMYK 0.62 0.82 0 0.02
HSL 254.63º 0.96% 0.58% -
HSV(B) 254.63º 0.82% 0.98% -
XYZ 23.21 11.41 92.24 -
YUV 84.32 222.07 136.33 -
System Red Green Blue C M Y K H S L
Decimal 96 46 251 0.62 0.82 0 0.02 254.63 0.96 0.58
Hex 60 2E FB 3E 52 0 2 FF 60 3A
Octal 140 56 373 76 122 0 2 377 140 72
Binary 1100000 101110 11111011 111110 1010010 0 10 11111111 1100000 111010

Color Harmonies of #602EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602EFB

Black with #602EFB

Text Example


Text Example

White with #602EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,46,251); }

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

background-color css

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

 a { background-color: rgb(96,46,251); }

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

border-color css

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

 span { border-color: rgb(96,46,251); }

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