Html Css Color HEX #712880 Eminence

📋 copy color: '#712880'

red 113 ◦ green 40 ◦ blue 128

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

Shades of Eminence #712880

Tints of Eminence #712880

RGB

 RED value IS 113 (44.53% from 255) = 40.21%

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

 BLUE value IS 128 (50.39% from 255) = 45.55%

R = 40.21%
G = 14.23%
B = 45.55%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#712880 (or 0x712880) is known color: Eminence. HEX triplet: 71, 28 and 80. RGB value is (113,40,128). Sum of RGB (Red+Green+Blue) = 113+40+128=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 128 - color contains mainly: blue. Hex color #712880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712880 is #8ED77F. Grayscale: #474747. Windows color (decimal): -9361280 or 8398961. OLE color: 8398961.

HSL color Cylindrical-coordinate representation of color #712880: hue angle of 289.77º 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 #712880 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 40 128 -
CMYK 0.12 0.69 0 0.50
HSL 289.77º 0.52% 0.33% -
HSV(B) 289.77º 0.69% 0.5% -
XYZ 11.47 6.59 21.09 -
YUV 71.86 159.68 157.34 -
System Red Green Blue C M Y K H S L
Decimal 113 40 128 0.12 0.69 0 0.50 289.77 0.52 0.33
Hex 71 28 80 C 45 0 32 122 34 21
Octal 161 50 200 14 105 0 62 442 64 41
Binary 1110001 101000 10000000 1100 1000101 0 110010 100100010 110100 100001

Color Harmonies of #712880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712880

Black with #712880

Text Example


Text Example

White with #712880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712880; }

 p { color: rgb(113,40,128); }

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

background-color css

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

 a { background-color: rgb(113,40,128); }

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

border-color css

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

 span { border-color: rgb(113,40,128); }

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