Html Css Color HEX #602BFB Han Purple

📋 copy color: '#602BFB'

red 96 ◦ green 43 ◦ blue 251

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

Shades of Han Purple #602BFB

Tints of Han Purple #602BFB

RGB

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

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

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

R = 24.62%
G = 11.03%
B = 64.36%

CMYK

 C value IS 0.62

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#602BFB (or 0x602BFB) is known color: Han Purple. HEX triplet: 60, 2B and FB. RGB value is (96,43,251). Sum of RGB (Red+Green+Blue) = 96+43+251=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #602BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602BFB is #9FD404. Grayscale: #515151. Windows color (decimal): -10474501 or 16460640. OLE color: 16460640.

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

Color convert

RGB 96 43 251 -
CMYK 0.62 0.83 0 0.02
HSL 255.29º 0.96% 0.58% -
HSV(B) 255.29º 0.83% 0.98% -
XYZ 23.1 11.18 92.21 -
YUV 82.56 223.06 137.59 -
System Red Green Blue C M Y K H S L
Decimal 96 43 251 0.62 0.83 0 0.02 255.29 0.96 0.58
Hex 60 2B FB 3E 53 0 2 FF 60 3A
Octal 140 53 373 76 123 0 2 377 140 72
Binary 1100000 101011 11111011 111110 1010011 0 10 11111111 1100000 111010

Color Harmonies of #602BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602BFB

Black with #602BFB

Text Example


Text Example

White with #602BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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