Html Css Color HEX #71145E Palatinate Purple

📋 copy color: '#71145E'

red 113 ◦ green 20 ◦ blue 94

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

Shades of Palatinate Purple #71145E

Tints of Palatinate Purple #71145E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.81%

 BLUE value IS 94 (37.11% from 255) = 41.41%

R = 49.78%
G = 8.81%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71145E (or 0x71145E) is known color: Palatinate Purple. HEX triplet: 71, 14 and 5E. RGB value is (113,20,94). Sum of RGB (Red+Green+Blue) = 113+20+94=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71145E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71145E is #8EEBA1. Grayscale: #383838. Windows color (decimal): -9366434 or 6165617. OLE color: 6165617.

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

Color convert

RGB 113 20 94 -
CMYK 0 0.82 0.17 0.56
HSL 312.26º 0.7% 0.26% -
HSV(B) 312.26º 0.82% 0.44% -
XYZ 9.08 4.82 11.04 -
YUV 56.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 113 20 94 0 0.82 0.17 0.56 312.26 0.7 0.26
Hex 71 14 5E 0 52 11 38 138 46 1A
Octal 161 24 136 0 122 21 70 470 106 32
Binary 1110001 10100 1011110 0 1010010 10001 111000 100111000 1000110 11010

Color Harmonies of #71145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71145E

Black with #71145E

Text Example


Text Example

White with #71145E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,20,94); }

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

background-color css

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

 a { background-color: rgb(113,20,94); }

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

border-color css

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

 span { border-color: rgb(113,20,94); }

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