Html Css Color HEX #711E58 Palatinate Purple

📋 copy color: '#711E58'

red 113 ◦ green 30 ◦ blue 88

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

Shades of Palatinate Purple #711E58

Tints of Palatinate Purple #711E58

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.99%

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

R = 48.92%
G = 12.99%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#711E58 (or 0x711E58) is known color: Palatinate Purple. HEX triplet: 71, 1E and 58. RGB value is (113,30,88). Sum of RGB (Red+Green+Blue) = 113+30+88=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #711E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711E58 is #8EE1A7. Grayscale: #3D3D3D. Windows color (decimal): -9363880 or 5774961. OLE color: 5774961.

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

Color convert

RGB 113 30 88 -
CMYK 0 0.73 0.22 0.56
HSL 318.07º 0.58% 0.28% -
HSV(B) 318.07º 0.73% 0.44% -
XYZ 9.04 5.14 9.75 -
YUV 61.43 143 164.78 -
System Red Green Blue C M Y K H S L
Decimal 113 30 88 0 0.73 0.22 0.56 318.07 0.58 0.28
Hex 71 1E 58 0 49 16 38 13E 3A 1C
Octal 161 36 130 0 111 26 70 476 72 34
Binary 1110001 11110 1011000 0 1001001 10110 111000 100111110 111010 11100

Color Harmonies of #711E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711E58

Black with #711E58

Text Example


Text Example

White with #711E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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