Html Css Color HEX #71156E Palatinate Purple

📋 copy color: '#71156E'

red 113 ◦ green 21 ◦ blue 110

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

Shades of Palatinate Purple #71156E

Tints of Palatinate Purple #71156E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.61%

 BLUE value IS 110 (43.36% from 255) = 45.08%

R = 46.31%
G = 8.61%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#71156E (or 0x71156E) is known color: Palatinate Purple. HEX triplet: 71, 15 and 6E. RGB value is (113,21,110). Sum of RGB (Red+Green+Blue) = 113+21+110=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #71156E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71156E is #8EEA91. Grayscale: #3A3A3A. Windows color (decimal): -9366162 or 7214449. OLE color: 7214449.

HSL color Cylindrical-coordinate representation of color #71156E: hue angle of 301.96º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71156E is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 21 110 -
CMYK 0 0.81 0.03 0.56
HSL 301.96º 0.69% 0.26% -
HSV(B) 301.96º 0.81% 0.44% -
XYZ 9.89 5.17 15.23 -
YUV 58.65 156.98 166.76 -
System Red Green Blue C M Y K H S L
Decimal 113 21 110 0 0.81 0.03 0.56 301.96 0.69 0.26
Hex 71 15 6E 0 51 3 38 12E 45 1A
Octal 161 25 156 0 121 3 70 456 105 32
Binary 1110001 10101 1101110 0 1010001 11 111000 100101110 1000101 11010

Color Harmonies of #71156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71156E

Black with #71156E

Text Example


Text Example

White with #71156E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,21,110); }

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

background-color css

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

 a { background-color: rgb(113,21,110); }

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

border-color css

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

 span { border-color: rgb(113,21,110); }

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