Html Css Color HEX #71277F Eminence

📋 copy color: '#71277F'

red 113 ◦ green 39 ◦ blue 127

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

Shades of Eminence #71277F

Tints of Eminence #71277F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.98%

 BLUE value IS 127 (50% from 255) = 45.52%

R = 40.5%
G = 13.98%
B = 45.52%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#71277F (or 0x71277F) is known color: Eminence. HEX triplet: 71, 27 and 7F. RGB value is (113,39,127). Sum of RGB (Red+Green+Blue) = 113+39+127=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #71277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71277F is #8ED880. Grayscale: #464646. Windows color (decimal): -9361537 or 8333169. OLE color: 8333169.

HSL color Cylindrical-coordinate representation of color #71277F: hue angle of 290.45º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71277F is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 39 127 -
CMYK 0.11 0.69 0 0.50
HSL 290.45º 0.53% 0.33% -
HSV(B) 290.45º 0.69% 0.5% -
XYZ 11.37 6.49 20.73 -
YUV 71.16 159.52 157.84 -
System Red Green Blue C M Y K H S L
Decimal 113 39 127 0.11 0.69 0 0.50 290.45 0.53 0.33
Hex 71 27 7F B 45 0 32 122 35 21
Octal 161 47 177 13 105 0 62 442 65 41
Binary 1110001 100111 1111111 1011 1000101 0 110010 100100010 110101 100001

Color Harmonies of #71277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71277F

Black with #71277F

Text Example


Text Example

White with #71277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71277F; }

 p { color: rgb(113,39,127); }

 H1.HeaderClassName
 {
   color: #71277F;
 }
 .AnyTagClassName
 {
   color: #71277F;
 }
</style>

background-color css

<style>
 a { background-color: #71277F; }

 a { background-color: rgb(113,39,127); }

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

border-color css

<style>
 span { border-color: #71277F; }

 span { border-color: rgb(113,39,127); }

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