Html Css Color HEX #71287C Eminence

📋 copy color: '#71287C'

red 113 ◦ green 40 ◦ blue 124

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

Shades of Eminence #71287C

Tints of Eminence #71287C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.77%

R = 40.79%
G = 14.44%
B = 44.77%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71287C (or 0x71287C) is known color: Eminence. HEX triplet: 71, 28 and 7C. RGB value is (113,40,124). Sum of RGB (Red+Green+Blue) = 113+40+124=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #71287C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71287C is #8ED783. Grayscale: #474747. Windows color (decimal): -9361284 or 8136817. OLE color: 8136817.

HSL color Cylindrical-coordinate representation of color #71287C: hue angle of 292.14º degrees, saturation: 0.51, 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 #71287C is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 40 124 -
CMYK 0.09 0.68 0 0.51
HSL 292.14º 0.51% 0.32% -
HSV(B) 292.14º 0.68% 0.49% -
XYZ 11.21 6.48 19.73 -
YUV 71.4 157.68 157.67 -
System Red Green Blue C M Y K H S L
Decimal 113 40 124 0.09 0.68 0 0.51 292.14 0.51 0.32
Hex 71 28 7C 9 44 0 33 124 33 20
Octal 161 50 174 11 104 0 63 444 63 40
Binary 1110001 101000 1111100 1001 1000100 0 110011 100100100 110011 100000

Color Harmonies of #71287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71287C

Black with #71287C

Text Example


Text Example

White with #71287C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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