Html Css Color HEX #6E287F Eminence

📋 copy color: '#6E287F'

red 110 ◦ green 40 ◦ blue 127

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

Shades of Eminence #6E287F

Tints of Eminence #6E287F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.44%

 BLUE value IS 127 (50% from 255) = 45.85%

R = 39.71%
G = 14.44%
B = 45.85%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6E287F (or 0x6E287F) is known color: Eminence. HEX triplet: 6E, 28 and 7F. RGB value is (110,40,127). Sum of RGB (Red+Green+Blue) = 110+40+127=277 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.71% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E287F is #91D780. Grayscale: #464646. Windows color (decimal): -9557889 or 8333422. OLE color: 8333422.

HSL color Cylindrical-coordinate representation of color #6E287F: hue angle of 288.28º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E287F is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 110 40 127 -
CMYK 0.13 0.69 0 0.50
HSL 288.28º 0.52% 0.33% -
HSV(B) 288.28º 0.69% 0.5% -
XYZ 11.02 6.36 20.73 -
YUV 70.85 159.69 155.93 -
System Red Green Blue C M Y K H S L
Decimal 110 40 127 0.13 0.69 0 0.50 288.28 0.52 0.33
Hex 6E 28 7F D 45 0 32 120 34 21
Octal 156 50 177 15 105 0 62 440 64 41
Binary 1101110 101000 1111111 1101 1000101 0 110010 100100000 110100 100001

Color Harmonies of #6E287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E287F

Black with #6E287F

Text Example


Text Example

White with #6E287F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,40,127); }

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

background-color css

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

 a { background-color: rgb(110,40,127); }

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

border-color css

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

 span { border-color: rgb(110,40,127); }

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