Html Css Color HEX #6022EE Han Purple

📋 copy color: '#6022EE'

red 96 ◦ green 34 ◦ blue 238

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

Shades of Han Purple #6022EE

Tints of Han Purple #6022EE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.24%

 BLUE value IS 238 (93.36% from 255) = 64.67%

R = 26.09%
G = 9.24%
B = 64.67%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6022EE (or 0x6022EE) is known color: Han Purple. HEX triplet: 60, 22 and EE. RGB value is (96,34,238). Sum of RGB (Red+Green+Blue) = 96+34+238=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 238 (93.36% from 255 or 64.67% from 368); Max value from RGB is 238 - color contains mainly: blue. Hex color #6022EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6022EE is #9FDD11. Grayscale: #4B4B4B. Windows color (decimal): -10476818 or 15606368. OLE color: 15606368.

HSL color Cylindrical-coordinate representation of color #6022EE: hue angle of 258.24º degrees, saturation: 0.86, 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 #6022EE is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 34 238 -
CMYK 0.60 0.86 0 0.07
HSL 258.24º 0.86% 0.53% -
HSV(B) 258.24º 0.86% 0.93% -
XYZ 20.83 9.8 81.68 -
YUV 75.79 219.54 142.41 -
System Red Green Blue C M Y K H S L
Decimal 96 34 238 0.60 0.86 0 0.07 258.24 0.86 0.53
Hex 60 22 EE 3C 56 0 7 102 56 35
Octal 140 42 356 74 126 0 7 402 126 65
Binary 1100000 100010 11101110 111100 1010110 0 111 100000010 1010110 110101

Color Harmonies of #6022EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6022EE

Black with #6022EE

Text Example


Text Example

White with #6022EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6022EE; }

 p { color: rgb(96,34,238); }

 H1.HeaderClassName
 {
   color: #6022EE;
 }
 .AnyTagClassName
 {
   color: #6022EE;
 }
</style>

background-color css

<style>
 a { background-color: #6022EE; }

 a { background-color: rgb(96,34,238); }

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

border-color css

<style>
 span { border-color: #6022EE; }

 span { border-color: rgb(96,34,238); }

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