Html Css Color HEX #6020EB Han Purple

📋 copy color: '#6020EB'

red 96 ◦ green 32 ◦ blue 235

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

Shades of Han Purple #6020EB

Tints of Han Purple #6020EB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.82%

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

R = 26.45%
G = 8.82%
B = 64.74%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6020EB (or 0x6020EB) is known color: Han Purple. HEX triplet: 60, 20 and EB. RGB value is (96,32,235). Sum of RGB (Red+Green+Blue) = 96+32+235=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #6020EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6020EB is #9FDF14. Grayscale: #494949. Windows color (decimal): -10477333 or 15409248. OLE color: 15409248.

HSL color Cylindrical-coordinate representation of color #6020EB: hue angle of 258.92º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6020EB is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 32 235 -
CMYK 0.59 0.86 0 0.08
HSL 258.92º 0.84% 0.52% -
HSV(B) 258.92º 0.86% 0.92% -
XYZ 20.34 9.52 79.36 -
YUV 74.28 218.7 143.49 -
System Red Green Blue C M Y K H S L
Decimal 96 32 235 0.59 0.86 0 0.08 258.92 0.84 0.52
Hex 60 20 EB 3B 56 0 8 103 54 34
Octal 140 40 353 73 126 0 10 403 124 64
Binary 1100000 100000 11101011 111011 1010110 0 1000 100000011 1010100 110100

Color Harmonies of #6020EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6020EB

Black with #6020EB

Text Example


Text Example

White with #6020EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6020EB; }

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

 H1.HeaderClassName
 {
   color: #6020EB;
 }
 .AnyTagClassName
 {
   color: #6020EB;
 }
</style>

background-color css

<style>
 a { background-color: #6020EB; }

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

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

border-color css

<style>
 span { border-color: #6020EB; }

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

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