Html Css Color HEX #71195D Palatinate Purple

📋 copy color: '#71195D'

red 113 ◦ green 25 ◦ blue 93

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

Shades of Palatinate Purple #71195D

Tints of Palatinate Purple #71195D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.82%

 BLUE value IS 93 (36.72% from 255) = 40.26%

R = 48.92%
G = 10.82%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#71195D (or 0x71195D) is known color: Palatinate Purple. HEX triplet: 71, 19 and 5D. RGB value is (113,25,93). Sum of RGB (Red+Green+Blue) = 113+25+93=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #71195D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71195D is #8EE6A2. Grayscale: #3A3A3A. Windows color (decimal): -9365155 or 6101361. OLE color: 6101361.

HSL color Cylindrical-coordinate representation of color #71195D: hue angle of 313.64º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71195D is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 25 93 -
CMYK 0 0.78 0.18 0.56
HSL 313.64º 0.64% 0.27% -
HSV(B) 313.64º 0.78% 0.44% -
XYZ 9.13 5 10.84 -
YUV 59.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 113 25 93 0 0.78 0.18 0.56 313.64 0.64 0.27
Hex 71 19 5D 0 4E 12 38 13A 40 1B
Octal 161 31 135 0 116 22 70 472 100 33
Binary 1110001 11001 1011101 0 1001110 10010 111000 100111010 1000000 11011

Color Harmonies of #71195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71195D

Black with #71195D

Text Example


Text Example

White with #71195D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,25,93); }

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

background-color css

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

 a { background-color: rgb(113,25,93); }

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

border-color css

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

 span { border-color: rgb(113,25,93); }

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