Html Css Color HEX #6E1288 Purple

📋 copy color: '#6E1288'

red 110 ◦ green 18 ◦ blue 136

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

Shades of Purple #6E1288

Tints of Purple #6E1288

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.82%

 BLUE value IS 136 (53.52% from 255) = 51.52%

R = 41.67%
G = 6.82%
B = 51.52%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6E1288 (or 0x6E1288) is known color: Purple. HEX triplet: 6E, 12 and 88. RGB value is (110,18,136). Sum of RGB (Red+Green+Blue) = 110+18+136=264 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.67% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #6E1288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1288 is #91ED77. Grayscale: #3A3A3A. Windows color (decimal): -9563512 or 8917614. OLE color: 8917614.

HSL color Cylindrical-coordinate representation of color #6E1288: hue angle of 286.78º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6E1288 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 110 18 136 -
CMYK 0.19 0.87 0 0.47
HSL 286.78º 0.77% 0.3% -
HSV(B) 286.78º 0.87% 0.53% -
XYZ 11.09 5.53 23.77 -
YUV 58.96 171.48 164.41 -
System Red Green Blue C M Y K H S L
Decimal 110 18 136 0.19 0.87 0 0.47 286.78 0.77 0.3
Hex 6E 12 88 13 57 0 2F 11F 4D 1E
Octal 156 22 210 23 127 0 57 437 115 36
Binary 1101110 10010 10001000 10011 1010111 0 101111 100011111 1001101 11110

Color Harmonies of #6E1288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1288

Black with #6E1288

Text Example


Text Example

White with #6E1288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,18,136); }

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

background-color css

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

 a { background-color: rgb(110,18,136); }

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

border-color css

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

 span { border-color: rgb(110,18,136); }

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