Html Css Color HEX #71297D Eminence

📋 copy color: '#71297D'

red 113 ◦ green 41 ◦ blue 125

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

Shades of Eminence #71297D

Tints of Eminence #71297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.8%

R = 40.5%
G = 14.7%
B = 44.8%

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

#71297D (or 0x71297D) is known color: Eminence. HEX triplet: 71, 29 and 7D. RGB value is (113,41,125). Sum of RGB (Red+Green+Blue) = 113+41+125=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 125 - color contains mainly: blue. Hex color #71297D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71297D is #8ED682. Grayscale: #474747. Windows color (decimal): -9361027 or 8202609. OLE color: 8202609.

HSL color Cylindrical-coordinate representation of color #71297D: hue angle of 291.43º 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 #71297D is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 41 125 -
CMYK 0.10 0.67 0 0.51
HSL 291.43º 0.51% 0.33% -
HSV(B) 291.43º 0.67% 0.49% -
XYZ 11.3 6.58 20.08 -
YUV 72.1 157.85 157.17 -
System Red Green Blue C M Y K H S L
Decimal 113 41 125 0.10 0.67 0 0.51 291.43 0.51 0.33
Hex 71 29 7D A 43 0 33 123 33 21
Octal 161 51 175 12 103 0 63 443 63 41
Binary 1110001 101001 1111101 1010 1000011 0 110011 100100011 110011 100001

Color Harmonies of #71297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71297D

Black with #71297D

Text Example


Text Example

White with #71297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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