Html Css Color HEX #711857 Palatinate Purple

📋 copy color: '#711857'

red 113 ◦ green 24 ◦ blue 87

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

Shades of Palatinate Purple #711857

Tints of Palatinate Purple #711857

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.71%

 BLUE value IS 87 (34.38% from 255) = 38.84%

R = 50.45%
G = 10.71%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#711857 (or 0x711857) is known color: Palatinate Purple. HEX triplet: 71, 18 and 57. RGB value is (113,24,87). Sum of RGB (Red+Green+Blue) = 113+24+87=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #711857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711857 is #8EE7A8. Grayscale: #393939. Windows color (decimal): -9365417 or 5707889. OLE color: 5707889.

HSL color Cylindrical-coordinate representation of color #711857: hue angle of 317.53º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #711857 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 24 87 -
CMYK 0 0.79 0.23 0.56
HSL 317.53º 0.65% 0.27% -
HSV(B) 317.53º 0.79% 0.44% -
XYZ 8.86 4.85 9.49 -
YUV 57.79 144.49 167.38 -
System Red Green Blue C M Y K H S L
Decimal 113 24 87 0 0.79 0.23 0.56 317.53 0.65 0.27
Hex 71 18 57 0 4F 17 38 13E 41 1B
Octal 161 30 127 0 117 27 70 476 101 33
Binary 1110001 11000 1010111 0 1001111 10111 111000 100111110 1000001 11011

Color Harmonies of #711857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711857

Black with #711857

Text Example


Text Example

White with #711857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711857; }

 p { color: rgb(113,24,87); }

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

background-color css

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

 a { background-color: rgb(113,24,87); }

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

border-color css

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

 span { border-color: rgb(113,24,87); }

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