Html Css Color HEX #71287D Eminence

📋 copy color: '#71287D'

red 113 ◦ green 40 ◦ blue 125

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

Shades of Eminence #71287D

Tints of Eminence #71287D

RGB

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

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

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

R = 40.65%
G = 14.39%
B = 44.96%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71287D (or 0x71287D) is known color: Eminence. HEX triplet: 71, 28 and 7D. RGB value is (113,40,125). Sum of RGB (Red+Green+Blue) = 113+40+125=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 125 - color contains mainly: blue. Hex color #71287D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71287D is #8ED782. Grayscale: #474747. Windows color (decimal): -9361283 or 8202353. OLE color: 8202353.

HSL color Cylindrical-coordinate representation of color #71287D: hue angle of 291.53º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71287D is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 40 125 -
CMYK 0.10 0.68 0 0.51
HSL 291.53º 0.52% 0.32% -
HSV(B) 291.53º 0.68% 0.49% -
XYZ 11.27 6.51 20.06 -
YUV 71.52 158.18 157.59 -
System Red Green Blue C M Y K H S L
Decimal 113 40 125 0.10 0.68 0 0.51 291.53 0.52 0.32
Hex 71 28 7D A 44 0 33 124 34 20
Octal 161 50 175 12 104 0 63 444 64 40
Binary 1110001 101000 1111101 1010 1000100 0 110011 100100100 110100 100000

Color Harmonies of #71287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71287D

Black with #71287D

Text Example


Text Example

White with #71287D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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