Html Css Color HEX #71136A Palatinate Purple

📋 copy color: '#71136A'

red 113 ◦ green 19 ◦ blue 106

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

Shades of Palatinate Purple #71136A

Tints of Palatinate Purple #71136A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 44.54%

R = 47.48%
G = 7.98%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71136A (or 0x71136A) is known color: Palatinate Purple. HEX triplet: 71, 13 and 6A. RGB value is (113,19,106). Sum of RGB (Red+Green+Blue) = 113+19+106=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #71136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71136A is #8EEC95. Grayscale: #383838. Windows color (decimal): -9366678 or 6951793. OLE color: 6951793.

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

Color convert

RGB 113 19 106 -
CMYK 0 0.83 0.06 0.56
HSL 304.47º 0.71% 0.26% -
HSV(B) 304.47º 0.83% 0.44% -
XYZ 9.64 5.02 14.1 -
YUV 57.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 113 19 106 0 0.83 0.06 0.56 304.47 0.71 0.26
Hex 71 13 6A 0 53 6 38 130 47 1A
Octal 161 23 152 0 123 6 70 460 107 32
Binary 1110001 10011 1101010 0 1010011 110 111000 100110000 1000111 11010

Color Harmonies of #71136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71136A

Black with #71136A

Text Example


Text Example

White with #71136A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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