Html Css Color HEX #71155D Palatinate Purple

📋 copy color: '#71155D'

red 113 ◦ green 21 ◦ blue 93

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

Shades of Palatinate Purple #71155D

Tints of Palatinate Purple #71155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.25%

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

R = 49.78%
G = 9.25%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#71155D (or 0x71155D) is known color: Palatinate Purple. HEX triplet: 71, 15 and 5D. RGB value is (113,21,93). Sum of RGB (Red+Green+Blue) = 113+21+93=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71155D is #8EEAA2. Grayscale: #383838. Windows color (decimal): -9366179 or 6100337. OLE color: 6100337.

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

Color convert

RGB 113 21 93 -
CMYK 0 0.81 0.18 0.56
HSL 313.04º 0.69% 0.26% -
HSV(B) 313.04º 0.81% 0.44% -
XYZ 9.05 4.84 10.81 -
YUV 56.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 113 21 93 0 0.81 0.18 0.56 313.04 0.69 0.26
Hex 71 15 5D 0 51 12 38 139 45 1A
Octal 161 25 135 0 121 22 70 471 105 32
Binary 1110001 10101 1011101 0 1010001 10010 111000 100111001 1000101 11010

Color Harmonies of #71155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71155D

Black with #71155D

Text Example


Text Example

White with #71155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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