Html Css Color HEX #6A4571 Eminence

📋 copy color: '#6A4571'

red 106 ◦ green 69 ◦ blue 113

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

Shades of Eminence #6A4571

Tints of Eminence #6A4571

RGB

 RED value IS 106 (41.8% from 255) = 36.81%

 GREEN value IS 69 (27.34% from 255) = 23.96%

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

R = 36.81%
G = 23.96%
B = 39.24%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6A4571 (or 0x6A4571) is known color: Eminence. HEX triplet: 6A, 45 and 71. RGB value is (106,69,113). Sum of RGB (Red+Green+Blue) = 106+69+113=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 113 - color contains mainly: blue. Hex color #6A4571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4571 is #95BA8E. Grayscale: #545454. Windows color (decimal): -9812623 or 7423338. OLE color: 7423338.

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

Color convert

RGB 106 69 113 -
CMYK 0.06 0.39 0 0.56
HSL 290.45º 0.24% 0.36% -
HSV(B) 290.45º 0.39% 0.44% -
XYZ 11.05 8.51 16.68 -
YUV 85.08 143.76 142.92 -
System Red Green Blue C M Y K H S L
Decimal 106 69 113 0.06 0.39 0 0.56 290.45 0.24 0.36
Hex 6A 45 71 6 27 0 38 122 18 24
Octal 152 105 161 6 47 0 70 442 30 44
Binary 1101010 1000101 1110001 110 100111 0 111000 100100010 11000 100100

Color Harmonies of #6A4571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4571

Black with #6A4571

Text Example


Text Example

White with #6A4571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,69,113); }

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

background-color css

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

 a { background-color: rgb(106,69,113); }

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

border-color css

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

 span { border-color: rgb(106,69,113); }

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