Html Css Color HEX #711E5A Palatinate Purple

📋 copy color: '#711E5A'

red 113 ◦ green 30 ◦ blue 90

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

Shades of Palatinate Purple #711E5A

Tints of Palatinate Purple #711E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.63%

R = 48.5%
G = 12.88%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#711E5A (or 0x711E5A) is known color: Palatinate Purple. HEX triplet: 71, 1E and 5A. RGB value is (113,30,90). Sum of RGB (Red+Green+Blue) = 113+30+90=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #711E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711E5A is #8EE1A5. Grayscale: #3D3D3D. Windows color (decimal): -9363878 or 5906033. OLE color: 5906033.

HSL color Cylindrical-coordinate representation of color #711E5A: hue angle of 316.63º 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 #711E5A is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 30 90 -
CMYK 0 0.73 0.20 0.56
HSL 316.63º 0.58% 0.28% -
HSV(B) 316.63º 0.73% 0.44% -
XYZ 9.12 5.18 10.19 -
YUV 61.66 144 164.62 -
System Red Green Blue C M Y K H S L
Decimal 113 30 90 0 0.73 0.20 0.56 316.63 0.58 0.28
Hex 71 1E 5A 0 49 14 38 13D 3A 1C
Octal 161 36 132 0 111 24 70 475 72 34
Binary 1110001 11110 1011010 0 1001001 10100 111000 100111101 111010 11100

Color Harmonies of #711E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711E5A

Black with #711E5A

Text Example


Text Example

White with #711E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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