Html Css Color HEX #711758 Palatinate Purple

📋 copy color: '#711758'

red 113 ◦ green 23 ◦ blue 88

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

Shades of Palatinate Purple #711758

Tints of Palatinate Purple #711758

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.27%

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

R = 50.45%
G = 10.27%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#711758 (or 0x711758) is known color: Palatinate Purple. HEX triplet: 71, 17 and 58. RGB value is (113,23,88). Sum of RGB (Red+Green+Blue) = 113+23+88=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #711758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711758 is #8EE8A7. Grayscale: #393939. Windows color (decimal): -9365672 or 5773169. OLE color: 5773169.

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

Color convert

RGB 113 23 88 -
CMYK 0 0.80 0.22 0.56
HSL 316.67º 0.66% 0.27% -
HSV(B) 316.67º 0.8% 0.44% -
XYZ 8.88 4.83 9.7 -
YUV 57.32 145.32 167.71 -
System Red Green Blue C M Y K H S L
Decimal 113 23 88 0 0.80 0.22 0.56 316.67 0.66 0.27
Hex 71 17 58 0 50 16 38 13D 42 1B
Octal 161 27 130 0 120 26 70 475 102 33
Binary 1110001 10111 1011000 0 1010000 10110 111000 100111101 1000010 11011

Color Harmonies of #711758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711758

Black with #711758

Text Example


Text Example

White with #711758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711758; }

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

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

background-color css

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

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

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

border-color css

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

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

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