Html Css Color HEX #6F4572 Eminence

📋 copy color: '#6F4572'

red 111 ◦ green 69 ◦ blue 114

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

Shades of Eminence #6F4572

Tints of Eminence #6F4572

RGB

 RED value IS 111 (43.75% from 255) = 37.76%

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

 BLUE value IS 114 (44.92% from 255) = 38.78%

R = 37.76%
G = 23.47%
B = 38.78%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6F4572 (or 0x6F4572) is known color: Eminence. HEX triplet: 6F, 45 and 72. RGB value is (111,69,114). Sum of RGB (Red+Green+Blue) = 111+69+114=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F4572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4572 is #90BA8D. Grayscale: #565656. Windows color (decimal): -9484942 or 7488879. OLE color: 7488879.

HSL color Cylindrical-coordinate representation of color #6F4572: hue angle of 296º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F4572 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 69 114 -
CMYK 0.03 0.39 0 0.55
HSL 296º 0.25% 0.36% -
HSV(B) 296º 0.39% 0.45% -
XYZ 11.72 8.85 17.01 -
YUV 86.69 143.41 145.34 -
System Red Green Blue C M Y K H S L
Decimal 111 69 114 0.03 0.39 0 0.55 296 0.25 0.36
Hex 6F 45 72 3 27 0 37 128 19 24
Octal 157 105 162 3 47 0 67 450 31 44
Binary 1101111 1000101 1110010 11 100111 0 110111 100101000 11001 100100

Color Harmonies of #6F4572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4572

Black with #6F4572

Text Example


Text Example

White with #6F4572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,69,114); }

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

background-color css

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

 a { background-color: rgb(111,69,114); }

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

border-color css

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

 span { border-color: rgb(111,69,114); }

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