Html Css Color HEX #6E1CEF Han Purple

📋 copy color: '#6E1CEF'

red 110 ◦ green 28 ◦ blue 239

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

Shades of Han Purple #6E1CEF

Tints of Han Purple #6E1CEF

RGB

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

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

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

R = 29.18%
G = 7.43%
B = 63.4%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6E1CEF (or 0x6E1CEF) is known color: Han Purple. HEX triplet: 6E, 1C and EF. RGB value is (110,28,239). Sum of RGB (Red+Green+Blue) = 110+28+239=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #6E1CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E1CEF is #91E310. Grayscale: #4B4B4B. Windows color (decimal): -9560849 or 15670382. OLE color: 15670382.

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

Color convert

RGB 110 28 239 -
CMYK 0.54 0.88 0 0.06
HSL 263.32º 0.87% 0.52% -
HSV(B) 263.32º 0.88% 0.94% -
XYZ 22.43 10.38 82.48 -
YUV 76.57 219.67 151.84 -
System Red Green Blue C M Y K H S L
Decimal 110 28 239 0.54 0.88 0 0.06 263.32 0.87 0.52
Hex 6E 1C EF 36 58 0 6 107 57 34
Octal 156 34 357 66 130 0 6 407 127 64
Binary 1101110 11100 11101111 110110 1011000 0 110 100000111 1010111 110100

Color Harmonies of #6E1CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1CEF

Black with #6E1CEF

Text Example


Text Example

White with #6E1CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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