Html Css Color HEX #71115E Palatinate Purple

📋 copy color: '#71115E'

red 113 ◦ green 17 ◦ blue 94

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

Shades of Palatinate Purple #71115E

Tints of Palatinate Purple #71115E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.59%

 BLUE value IS 94 (37.11% from 255) = 41.96%

R = 50.45%
G = 7.59%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71115E (or 0x71115E) is known color: Palatinate Purple. HEX triplet: 71, 11 and 5E. RGB value is (113,17,94). Sum of RGB (Red+Green+Blue) = 113+17+94=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71115E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71115E is #8EEEA1. Grayscale: #363636. Windows color (decimal): -9367202 or 6164849. OLE color: 6164849.

HSL color Cylindrical-coordinate representation of color #71115E: hue angle of 311.88º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71115E is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 17 94 -
CMYK 0 0.85 0.17 0.56
HSL 311.88º 0.74% 0.25% -
HSV(B) 311.88º 0.85% 0.44% -
XYZ 9.03 4.72 11.02 -
YUV 54.48 150.3 169.74 -
System Red Green Blue C M Y K H S L
Decimal 113 17 94 0 0.85 0.17 0.56 311.88 0.74 0.25
Hex 71 11 5E 0 55 11 38 138 4A 19
Octal 161 21 136 0 125 21 70 470 112 31
Binary 1110001 10001 1011110 0 1010101 10001 111000 100111000 1001010 11001

Color Harmonies of #71115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71115E

Black with #71115E

Text Example


Text Example

White with #71115E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,17,94); }

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

background-color css

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

 a { background-color: rgb(113,17,94); }

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

border-color css

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

 span { border-color: rgb(113,17,94); }

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