Html Css Color HEX #602CFB Han Purple

📋 copy color: '#602CFB'

red 96 ◦ green 44 ◦ blue 251

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

Shades of Han Purple #602CFB

Tints of Han Purple #602CFB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.25%

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

R = 24.55%
G = 11.25%
B = 64.19%

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

#602CFB (or 0x602CFB) is known color: Han Purple. HEX triplet: 60, 2C and FB. RGB value is (96,44,251). Sum of RGB (Red+Green+Blue) = 96+44+251=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #602CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602CFB is #9FD304. Grayscale: #525252. Windows color (decimal): -10474245 or 16460896. OLE color: 16460896.

HSL color Cylindrical-coordinate representation of color #602CFB: hue angle of 255.07º 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 #602CFB is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 44 251 -
CMYK 0.62 0.82 0 0.02
HSL 255.07º 0.96% 0.58% -
HSV(B) 255.07º 0.82% 0.98% -
XYZ 23.14 11.25 92.22 -
YUV 83.15 222.73 137.17 -
System Red Green Blue C M Y K H S L
Decimal 96 44 251 0.62 0.82 0 0.02 255.07 0.96 0.58
Hex 60 2C FB 3E 52 0 2 FF 60 3A
Octal 140 54 373 76 122 0 2 377 140 72
Binary 1100000 101100 11111011 111110 1010010 0 10 11111111 1100000 111010

Color Harmonies of #602CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602CFB

Black with #602CFB

Text Example


Text Example

White with #602CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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