Html Css Color HEX #71297E Eminence

📋 copy color: '#71297E'

red 113 ◦ green 41 ◦ blue 126

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

Shades of Eminence #71297E

Tints of Eminence #71297E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.64%

 BLUE value IS 126 (49.61% from 255) = 45%

R = 40.36%
G = 14.64%
B = 45%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71297E (or 0x71297E) is known color: Eminence. HEX triplet: 71, 29 and 7E. RGB value is (113,41,126). Sum of RGB (Red+Green+Blue) = 113+41+126=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 126 - color contains mainly: blue. Hex color #71297E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71297E is #8ED681. Grayscale: #474747. Windows color (decimal): -9361026 or 8268145. OLE color: 8268145.

HSL color Cylindrical-coordinate representation of color #71297E: hue angle of 290.82º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71297E is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 41 126 -
CMYK 0.10 0.67 0 0.51
HSL 290.82º 0.51% 0.33% -
HSV(B) 290.82º 0.67% 0.49% -
XYZ 11.37 6.6 20.41 -
YUV 72.22 158.35 157.09 -
System Red Green Blue C M Y K H S L
Decimal 113 41 126 0.10 0.67 0 0.51 290.82 0.51 0.33
Hex 71 29 7E A 43 0 33 123 33 21
Octal 161 51 176 12 103 0 63 443 63 41
Binary 1110001 101001 1111110 1010 1000011 0 110011 100100011 110011 100001

Color Harmonies of #71297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71297E

Black with #71297E

Text Example


Text Example

White with #71297E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71297E; }

 p { color: rgb(113,41,126); }

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

background-color css

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

 a { background-color: rgb(113,41,126); }

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

border-color css

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

 span { border-color: rgb(113,41,126); }

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