Html Css Color HEX #711A58 Palatinate Purple

📋 copy color: '#711A58'

red 113 ◦ green 26 ◦ blue 88

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

Shades of Palatinate Purple #711A58

Tints of Palatinate Purple #711A58

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.45%

 BLUE value IS 88 (34.77% from 255) = 38.77%

R = 49.78%
G = 11.45%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#711A58 (or 0x711A58) is known color: Palatinate Purple. HEX triplet: 71, 1A and 58. RGB value is (113,26,88). Sum of RGB (Red+Green+Blue) = 113+26+88=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #711A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711A58 is #8EE5A7. Grayscale: #3A3A3A. Windows color (decimal): -9364904 or 5773937. OLE color: 5773937.

HSL color Cylindrical-coordinate representation of color #711A58: hue angle of 317.24º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711A58 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 26 88 -
CMYK 0 0.77 0.22 0.56
HSL 317.24º 0.63% 0.27% -
HSV(B) 317.24º 0.77% 0.44% -
XYZ 8.94 4.95 9.72 -
YUV 59.08 144.32 166.46 -
System Red Green Blue C M Y K H S L
Decimal 113 26 88 0 0.77 0.22 0.56 317.24 0.63 0.27
Hex 71 1A 58 0 4D 16 38 13D 3F 1B
Octal 161 32 130 0 115 26 70 475 77 33
Binary 1110001 11010 1011000 0 1001101 10110 111000 100111101 111111 11011

Color Harmonies of #711A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711A58

Black with #711A58

Text Example


Text Example

White with #711A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711A58; }

 p { color: rgb(113,26,88); }

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

background-color css

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

 a { background-color: rgb(113,26,88); }

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

border-color css

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

 span { border-color: rgb(113,26,88); }

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