Html Css Color HEX #6021EC Han Purple

📋 copy color: '#6021EC'

red 96 ◦ green 33 ◦ blue 236

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

Shades of Han Purple #6021EC

Tints of Han Purple #6021EC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.04%

 BLUE value IS 236 (92.58% from 255) = 64.66%

R = 26.3%
G = 9.04%
B = 64.66%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6021EC (or 0x6021EC) is known color: Han Purple. HEX triplet: 60, 21 and EC. RGB value is (96,33,236). Sum of RGB (Red+Green+Blue) = 96+33+236=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #6021EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6021EC is #9FDE13. Grayscale: #4A4A4A. Windows color (decimal): -10477076 or 15475040. OLE color: 15475040.

HSL color Cylindrical-coordinate representation of color #6021EC: hue angle of 258.62º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6021EC is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 33 236 -
CMYK 0.59 0.86 0 0.07
HSL 258.62º 0.84% 0.53% -
HSV(B) 258.62º 0.86% 0.93% -
XYZ 20.51 9.63 80.13 -
YUV 74.98 218.87 142.99 -
System Red Green Blue C M Y K H S L
Decimal 96 33 236 0.59 0.86 0 0.07 258.62 0.84 0.53
Hex 60 21 EC 3B 56 0 7 103 54 35
Octal 140 41 354 73 126 0 7 403 124 65
Binary 1100000 100001 11101100 111011 1010110 0 111 100000011 1010100 110101

Color Harmonies of #6021EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6021EC

Black with #6021EC

Text Example


Text Example

White with #6021EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6021EC; }

 p { color: rgb(96,33,236); }

 H1.HeaderClassName
 {
   color: #6021EC;
 }
 .AnyTagClassName
 {
   color: #6021EC;
 }
</style>

background-color css

<style>
 a { background-color: #6021EC; }

 a { background-color: rgb(96,33,236); }

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

border-color css

<style>
 span { border-color: #6021EC; }

 span { border-color: rgb(96,33,236); }

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