Html Css Color HEX #71136C Palatinate Purple

📋 copy color: '#71136C'

red 113 ◦ green 19 ◦ blue 108

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

Shades of Palatinate Purple #71136C

Tints of Palatinate Purple #71136C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45%

R = 47.08%
G = 7.92%
B = 45%

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

#71136C (or 0x71136C) is known color: Palatinate Purple. HEX triplet: 71, 13 and 6C. RGB value is (113,19,108). Sum of RGB (Red+Green+Blue) = 113+19+108=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #71136C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71136C is #8EEC93. Grayscale: #383838. Windows color (decimal): -9366676 or 7082865. OLE color: 7082865.

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

Color convert

RGB 113 19 108 -
CMYK 0 0.83 0.04 0.56
HSL 303.19º 0.71% 0.26% -
HSV(B) 303.19º 0.83% 0.44% -
XYZ 9.75 5.06 14.65 -
YUV 57.25 156.64 167.76 -
System Red Green Blue C M Y K H S L
Decimal 113 19 108 0 0.83 0.04 0.56 303.19 0.71 0.26
Hex 71 13 6C 0 53 4 38 12F 47 1A
Octal 161 23 154 0 123 4 70 457 107 32
Binary 1110001 10011 1101100 0 1010011 100 111000 100101111 1000111 11010

Color Harmonies of #71136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71136C

Black with #71136C

Text Example


Text Example

White with #71136C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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