Html Css Color HEX #71136D Palatinate Purple

📋 copy color: '#71136D'

red 113 ◦ green 19 ◦ blue 109

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

Shades of Palatinate Purple #71136D

Tints of Palatinate Purple #71136D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.23%

R = 46.89%
G = 7.88%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71136D (or 0x71136D) is known color: Palatinate Purple. HEX triplet: 71, 13 and 6D. RGB value is (113,19,109). Sum of RGB (Red+Green+Blue) = 113+19+109=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #71136D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71136D is #8EEC92. Grayscale: #393939. Windows color (decimal): -9366675 or 7148401. OLE color: 7148401.

HSL color Cylindrical-coordinate representation of color #71136D: hue angle of 302.55º 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 #71136D is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 19 109 -
CMYK 0 0.83 0.04 0.56
HSL 302.55º 0.71% 0.26% -
HSV(B) 302.55º 0.83% 0.44% -
XYZ 9.8 5.08 14.93 -
YUV 57.37 157.14 167.68 -
System Red Green Blue C M Y K H S L
Decimal 113 19 109 0 0.83 0.04 0.56 302.55 0.71 0.26
Hex 71 13 6D 0 53 4 38 12F 47 1A
Octal 161 23 155 0 123 4 70 457 107 32
Binary 1110001 10011 1101101 0 1010011 100 111000 100101111 1000111 11010

Color Harmonies of #71136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71136D

Black with #71136D

Text Example


Text Example

White with #71136D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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