Html Css Color HEX #6C22EF Han Purple

📋 copy color: '#6C22EF'

red 108 ◦ green 34 ◦ blue 239

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

Shades of Han Purple #6C22EF

Tints of Han Purple #6C22EF

RGB

 RED value IS 108 (42.58% from 255) = 28.35%

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

 BLUE value IS 239 (93.75% from 255) = 62.73%

R = 28.35%
G = 8.92%
B = 62.73%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6C22EF (or 0x6C22EF) is known color: Han Purple. HEX triplet: 6C, 22 and EF. RGB value is (108,34,239). Sum of RGB (Red+Green+Blue) = 108+34+239=381 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.35% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #6C22EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C22EF is #93DD10. Grayscale: #4E4E4E. Windows color (decimal): -9690385 or 15671916. OLE color: 15671916.

HSL color Cylindrical-coordinate representation of color #6C22EF: hue angle of 261.66º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C22EF is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 108 34 239 -
CMYK 0.55 0.86 0 0.06
HSL 261.66º 0.86% 0.54% -
HSV(B) 261.66º 0.86% 0.94% -
XYZ 22.34 10.56 82.52 -
YUV 79.5 218.02 148.33 -
System Red Green Blue C M Y K H S L
Decimal 108 34 239 0.55 0.86 0 0.06 261.66 0.86 0.54
Hex 6C 22 EF 37 56 0 6 106 56 36
Octal 154 42 357 67 126 0 6 406 126 66
Binary 1101100 100010 11101111 110111 1010110 0 110 100000110 1010110 110110

Color Harmonies of #6C22EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C22EF

Black with #6C22EF

Text Example


Text Example

White with #6C22EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C22EF; }

 p { color: rgb(108,34,239); }

 H1.HeaderClassName
 {
   color: #6C22EF;
 }
 .AnyTagClassName
 {
   color: #6C22EF;
 }
</style>

background-color css

<style>
 a { background-color: #6C22EF; }

 a { background-color: rgb(108,34,239); }

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

border-color css

<style>
 span { border-color: #6C22EF; }

 span { border-color: rgb(108,34,239); }

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