Html Css Color HEX #6E3571 Eminence

📋 copy color: '#6E3571'

red 110 ◦ green 53 ◦ blue 113

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

Shades of Eminence #6E3571

Tints of Eminence #6E3571

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.2%

 BLUE value IS 113 (44.53% from 255) = 40.94%

R = 39.86%
G = 19.2%
B = 40.94%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6E3571 (or 0x6E3571) is known color: Eminence. HEX triplet: 6E, 35 and 71. RGB value is (110,53,113). Sum of RGB (Red+Green+Blue) = 110+53+113=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E3571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3571 is #91CA8E. Grayscale: #4C4C4C. Windows color (decimal): -9554575 or 7419246. OLE color: 7419246.

HSL color Cylindrical-coordinate representation of color #6E3571: hue angle of 297º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E3571 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 110 53 113 -
CMYK 0.03 0.53 0 0.56
HSL 297º 0.36% 0.33% -
HSV(B) 297º 0.53% 0.44% -
XYZ 10.68 7.05 16.42 -
YUV 76.88 148.38 151.62 -
System Red Green Blue C M Y K H S L
Decimal 110 53 113 0.03 0.53 0 0.56 297 0.36 0.33
Hex 6E 35 71 3 35 0 38 129 24 21
Octal 156 65 161 3 65 0 70 451 44 41
Binary 1101110 110101 1110001 11 110101 0 111000 100101001 100100 100001

Color Harmonies of #6E3571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3571

Black with #6E3571

Text Example


Text Example

White with #6E3571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,53,113); }

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

background-color css

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

 a { background-color: rgb(110,53,113); }

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

border-color css

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

 span { border-color: rgb(110,53,113); }

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