Html Css Color HEX #6E1CEC Han Purple

📋 copy color: '#6E1CEC'

red 110 ◦ green 28 ◦ blue 236

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

Shades of Han Purple #6E1CEC

Tints of Han Purple #6E1CEC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.49%

 BLUE value IS 236 (92.58% from 255) = 63.1%

R = 29.41%
G = 7.49%
B = 63.1%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6E1CEC (or 0x6E1CEC) is known color: Han Purple. HEX triplet: 6E, 1C and EC. RGB value is (110,28,236). Sum of RGB (Red+Green+Blue) = 110+28+236=374 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.41% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 236 (92.58% from 255 or 63.10% from 374); Max value from RGB is 236 - color contains mainly: blue. Hex color #6E1CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E1CEC is #91E313. Grayscale: #4B4B4B. Windows color (decimal): -9560852 or 15473774. OLE color: 15473774.

HSL color Cylindrical-coordinate representation of color #6E1CEC: hue angle of 263.65º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E1CEC is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 28 236 -
CMYK 0.53 0.88 0 0.07
HSL 263.65º 0.85% 0.52% -
HSV(B) 263.65º 0.88% 0.93% -
XYZ 21.99 10.2 80.17 -
YUV 76.23 218.17 152.09 -
System Red Green Blue C M Y K H S L
Decimal 110 28 236 0.53 0.88 0 0.07 263.65 0.85 0.52
Hex 6E 1C EC 35 58 0 7 108 55 34
Octal 156 34 354 65 130 0 7 410 125 64
Binary 1101110 11100 11101100 110101 1011000 0 111 100001000 1010101 110100

Color Harmonies of #6E1CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1CEC

Black with #6E1CEC

Text Example


Text Example

White with #6E1CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,28,236); }

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

background-color css

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

 a { background-color: rgb(110,28,236); }

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

border-color css

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

 span { border-color: rgb(110,28,236); }

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