Html Css Color HEX #6E20FE Han Purple

📋 copy color: '#6E20FE'

red 110 ◦ green 32 ◦ blue 254

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

Shades of Han Purple #6E20FE

Tints of Han Purple #6E20FE

RGB

 RED value IS 110 (43.36% from 255) = 27.78%

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

 BLUE value IS 254 (99.61% from 255) = 64.14%

R = 27.78%
G = 8.08%
B = 64.14%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6E20FE (or 0x6E20FE) is known color: Han Purple. HEX triplet: 6E, 20 and FE. RGB value is (110,32,254). Sum of RGB (Red+Green+Blue) = 110+32+254=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E20FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E20FE is #91DF01. Grayscale: #4F4F4F. Windows color (decimal): -9559810 or 16654446. OLE color: 16654446.

HSL color Cylindrical-coordinate representation of color #6E20FE: hue angle of 261.08º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6E20FE is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 110 32 254 -
CMYK 0.57 0.87 0 0.00
HSL 261.08º 0.99% 0.56% -
HSV(B) 261.08º 0.87% 1% -
XYZ 24.84 11.5 94.68 -
YUV 80.63 225.84 148.95 -
System Red Green Blue C M Y K H S L
Decimal 110 32 254 0.57 0.87 0 0.00 261.08 0.99 0.56
Hex 6E 20 FE 39 57 0 0 105 63 38
Octal 156 40 376 71 127 0 0 405 143 70
Binary 1101110 100000 11111110 111001 1010111 0 0 100000101 1100011 111000

Color Harmonies of #6E20FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E20FE

Black with #6E20FE

Text Example


Text Example

White with #6E20FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,32,254); }

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

background-color css

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

 a { background-color: rgb(110,32,254); }

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

border-color css

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

 span { border-color: rgb(110,32,254); }

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