Html Css Color HEX #71136E Palatinate Purple

📋 copy color: '#71136E'

red 113 ◦ green 19 ◦ blue 110

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

Shades of Palatinate Purple #71136E

Tints of Palatinate Purple #71136E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.85%

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

R = 46.69%
G = 7.85%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#71136E (or 0x71136E) is known color: Palatinate Purple. HEX triplet: 71, 13 and 6E. RGB value is (113,19,110). Sum of RGB (Red+Green+Blue) = 113+19+110=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #71136E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71136E is #8EEC91. Grayscale: #393939. Windows color (decimal): -9366674 or 7213937. OLE color: 7213937.

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

Color convert

RGB 113 19 110 -
CMYK 0 0.83 0.03 0.56
HSL 301.91º 0.71% 0.26% -
HSV(B) 301.91º 0.83% 0.44% -
XYZ 9.86 5.1 15.22 -
YUV 57.48 157.64 167.6 -
System Red Green Blue C M Y K H S L
Decimal 113 19 110 0 0.83 0.03 0.56 301.91 0.71 0.26
Hex 71 13 6E 0 53 3 38 12E 47 1A
Octal 161 23 156 0 123 3 70 456 107 32
Binary 1110001 10011 1101110 0 1010011 11 111000 100101110 1000111 11010

Color Harmonies of #71136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71136E

Black with #71136E

Text Example


Text Example

White with #71136E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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