Html Css Color HEX #6E2CFC Han Purple

📋 copy color: '#6E2CFC'

red 110 ◦ green 44 ◦ blue 252

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

Shades of Han Purple #6E2CFC

Tints of Han Purple #6E2CFC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.84%

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

R = 27.09%
G = 10.84%
B = 62.07%

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

#6E2CFC (or 0x6E2CFC) is known color: Han Purple. HEX triplet: 6E, 2C and FC. RGB value is (110,44,252). Sum of RGB (Red+Green+Blue) = 110+44+252=406 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.09% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 252 (98.83% from 255 or 62.07% from 406); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E2CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E2CFC is #91D303. Grayscale: #565656. Windows color (decimal): -9556740 or 16526446. OLE color: 16526446.

HSL color Cylindrical-coordinate representation of color #6E2CFC: hue angle of 259.04º 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 #6E2CFC is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 44 252 -
CMYK 0.56 0.83 0 0.01
HSL 259.04º 0.97% 0.58% -
HSV(B) 259.04º 0.83% 0.99% -
XYZ 24.9 12.14 93.13 -
YUV 87.45 220.87 144.09 -
System Red Green Blue C M Y K H S L
Decimal 110 44 252 0.56 0.83 0 0.01 259.04 0.97 0.58
Hex 6E 2C FC 38 53 0 1 103 61 3A
Octal 156 54 374 70 123 0 1 403 141 72
Binary 1101110 101100 11111100 111000 1010011 0 1 100000011 1100001 111010

Color Harmonies of #6E2CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2CFC

Black with #6E2CFC

Text Example


Text Example

White with #6E2CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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