Html Css Color HEX #71135D Palatinate Purple

📋 copy color: '#71135D'

red 113 ◦ green 19 ◦ blue 93

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

Shades of Palatinate Purple #71135D

Tints of Palatinate Purple #71135D

RGB

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

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

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

R = 50.22%
G = 8.44%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#71135D (or 0x71135D) is known color: Palatinate Purple. HEX triplet: 71, 13 and 5D. RGB value is (113,19,93). Sum of RGB (Red+Green+Blue) = 113+19+93=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #71135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71135D is #8EECA2. Grayscale: #373737. Windows color (decimal): -9366691 or 6099825. OLE color: 6099825.

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

Color convert

RGB 113 19 93 -
CMYK 0 0.83 0.18 0.56
HSL 312.77º 0.71% 0.26% -
HSV(B) 312.77º 0.83% 0.44% -
XYZ 9.02 4.77 10.8 -
YUV 55.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 113 19 93 0 0.83 0.18 0.56 312.77 0.71 0.26
Hex 71 13 5D 0 53 12 38 139 47 1A
Octal 161 23 135 0 123 22 70 471 107 32
Binary 1110001 10011 1011101 0 1010011 10010 111000 100111001 1000111 11010

Color Harmonies of #71135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71135D

Black with #71135D

Text Example


Text Example

White with #71135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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