Html Css Color HEX #6E2AFC Han Purple

📋 copy color: '#6E2AFC'

red 110 ◦ green 42 ◦ blue 252

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

Shades of Han Purple #6E2AFC

Tints of Han Purple #6E2AFC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.4%

 BLUE value IS 252 (98.83% from 255) = 62.38%

R = 27.23%
G = 10.4%
B = 62.38%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E2AFC (or 0x6E2AFC) is known color: Han Purple. HEX triplet: 6E, 2A and FC. RGB value is (110,42,252). Sum of RGB (Red+Green+Blue) = 110+42+252=404 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.23% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 252 (98.83% from 255 or 62.38% from 404); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E2AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E2AFC is #91D503. Grayscale: #555555. Windows color (decimal): -9557252 or 16525934. OLE color: 16525934.

HSL color Cylindrical-coordinate representation of color #6E2AFC: hue angle of 259.43º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E2AFC is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 42 252 -
CMYK 0.56 0.83 0 0.01
HSL 259.43º 0.97% 0.58% -
HSV(B) 259.43º 0.83% 0.99% -
XYZ 24.83 12 93.1 -
YUV 86.27 221.53 144.92 -
System Red Green Blue C M Y K H S L
Decimal 110 42 252 0.56 0.83 0 0.01 259.43 0.97 0.58
Hex 6E 2A FC 38 53 0 1 103 61 3A
Octal 156 52 374 70 123 0 1 403 141 72
Binary 1101110 101010 11111100 111000 1010011 0 1 100000011 1100001 111010

Color Harmonies of #6E2AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2AFC

Black with #6E2AFC

Text Example


Text Example

White with #6E2AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,42,252); }

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

background-color css

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

 a { background-color: rgb(110,42,252); }

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

border-color css

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

 span { border-color: rgb(110,42,252); }

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