Html Css Color HEX #71337A Eminence

📋 copy color: '#71337A'

red 113 ◦ green 51 ◦ blue 122

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

Shades of Eminence #71337A

Tints of Eminence #71337A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.83%

 BLUE value IS 122 (48.05% from 255) = 42.66%

R = 39.51%
G = 17.83%
B = 42.66%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71337A (or 0x71337A) is known color: Eminence. HEX triplet: 71, 33 and 7A. RGB value is (113,51,122). Sum of RGB (Red+Green+Blue) = 113+51+122=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 122 - color contains mainly: blue. Hex color #71337A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71337A is #8ECC85. Grayscale: #4D4D4D. Windows color (decimal): -9358470 or 8008561. OLE color: 8008561.

HSL color Cylindrical-coordinate representation of color #71337A: hue angle of 292.39º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71337A is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 51 122 -
CMYK 0.07 0.58 0 0.52
HSL 292.39º 0.41% 0.34% -
HSV(B) 292.39º 0.58% 0.48% -
XYZ 11.51 7.28 19.21 -
YUV 77.63 153.04 153.23 -
System Red Green Blue C M Y K H S L
Decimal 113 51 122 0.07 0.58 0 0.52 292.39 0.41 0.34
Hex 71 33 7A 7 3A 0 34 124 29 22
Octal 161 63 172 7 72 0 64 444 51 42
Binary 1110001 110011 1111010 111 111010 0 110100 100100100 101001 100010

Color Harmonies of #71337A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71337A

Black with #71337A

Text Example


Text Example

White with #71337A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71337A; }

 p { color: rgb(113,51,122); }

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

background-color css

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

 a { background-color: rgb(113,51,122); }

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

border-color css

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

 span { border-color: rgb(113,51,122); }

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