Html Css Color HEX #711358 Palatinate Purple

📋 copy color: '#711358'

red 113 ◦ green 19 ◦ blue 88

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

Shades of Palatinate Purple #711358

Tints of Palatinate Purple #711358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.64%

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

R = 51.36%
G = 8.64%
B = 40%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#711358 (or 0x711358) is known color: Palatinate Purple. HEX triplet: 71, 13 and 58. RGB value is (113,19,88). Sum of RGB (Red+Green+Blue) = 113+19+88=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #711358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711358 is #8EECA7. Grayscale: #363636. Windows color (decimal): -9366696 or 5772145. OLE color: 5772145.

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

Color convert

RGB 113 19 88 -
CMYK 0 0.83 0.22 0.56
HSL 315.96º 0.71% 0.26% -
HSV(B) 315.96º 0.83% 0.44% -
XYZ 8.8 4.68 9.67 -
YUV 54.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 113 19 88 0 0.83 0.22 0.56 315.96 0.71 0.26
Hex 71 13 58 0 53 16 38 13C 47 1A
Octal 161 23 130 0 123 26 70 474 107 32
Binary 1110001 10011 1011000 0 1010011 10110 111000 100111100 1000111 11010

Color Harmonies of #711358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711358

Black with #711358

Text Example


Text Example

White with #711358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711358; }

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

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

background-color css

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

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

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

border-color css

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

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

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