Html Css Color HEX #711258 Palatinate Purple

📋 copy color: '#711258'

red 113 ◦ green 18 ◦ blue 88

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

Shades of Palatinate Purple #711258

Tints of Palatinate Purple #711258

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.22%

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

R = 51.6%
G = 8.22%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#711258 (or 0x711258) is known color: Palatinate Purple. HEX triplet: 71, 12 and 58. RGB value is (113,18,88). Sum of RGB (Red+Green+Blue) = 113+18+88=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #711258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711258 is #8EEDA7. Grayscale: #363636. Windows color (decimal): -9366952 or 5771889. OLE color: 5771889.

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

Color convert

RGB 113 18 88 -
CMYK 0 0.84 0.22 0.56
HSL 315.79º 0.73% 0.26% -
HSV(B) 315.79º 0.84% 0.44% -
XYZ 8.79 4.65 9.67 -
YUV 54.39 146.97 169.81 -
System Red Green Blue C M Y K H S L
Decimal 113 18 88 0 0.84 0.22 0.56 315.79 0.73 0.26
Hex 71 12 58 0 54 16 38 13C 49 1A
Octal 161 22 130 0 124 26 70 474 111 32
Binary 1110001 10010 1011000 0 1010100 10110 111000 100111100 1001001 11010

Color Harmonies of #711258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711258

Black with #711258

Text Example


Text Example

White with #711258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711258; }

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

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

background-color css

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

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

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

border-color css

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

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

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