Html Css Color HEX #602FEB Han Purple

📋 copy color: '#602FEB'

red 96 ◦ green 47 ◦ blue 235

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

Shades of Han Purple #602FEB

Tints of Han Purple #602FEB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.43%

 BLUE value IS 235 (92.19% from 255) = 62.17%

R = 25.4%
G = 12.43%
B = 62.17%

CMYK

 C value IS 0.59

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#602FEB (or 0x602FEB) is known color: Han Purple. HEX triplet: 60, 2F and EB. RGB value is (96,47,235). Sum of RGB (Red+Green+Blue) = 96+47+235=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #602FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602FEB is #9FD014. Grayscale: #525252. Windows color (decimal): -10473493 or 15413088. OLE color: 15413088.

HSL color Cylindrical-coordinate representation of color #602FEB: hue angle of 255.64º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #602FEB is Cyan = 0.59, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 47 235 -
CMYK 0.59 0.8 0 0.08
HSL 255.64º 0.82% 0.55% -
HSV(B) 255.64º 0.8% 0.92% -
XYZ 20.84 10.52 79.53 -
YUV 83.08 213.73 137.21 -
System Red Green Blue C M Y K H S L
Decimal 96 47 235 0.59 0.8 0 0.08 255.64 0.82 0.55
Hex 60 2F EB 3B 50 0 8 100 52 37
Octal 140 57 353 73 120 0 10 400 122 67
Binary 1100000 101111 11101011 111011 1010000 0 1000 100000000 1010010 110111

Color Harmonies of #602FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602FEB

Black with #602FEB

Text Example


Text Example

White with #602FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,47,235); }

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

background-color css

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

 a { background-color: rgb(96,47,235); }

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

border-color css

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

 span { border-color: rgb(96,47,235); }

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