Html Css Color HEX #711658 Palatinate Purple

📋 copy color: '#711658'

red 113 ◦ green 22 ◦ blue 88

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

Shades of Palatinate Purple #711658

Tints of Palatinate Purple #711658

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.87%

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

R = 50.67%
G = 9.87%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#711658 (or 0x711658) is known color: Palatinate Purple. HEX triplet: 71, 16 and 58. RGB value is (113,22,88). Sum of RGB (Red+Green+Blue) = 113+22+88=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #711658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711658 is #8EE9A7. Grayscale: #383838. Windows color (decimal): -9365928 or 5772913. OLE color: 5772913.

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

Color convert

RGB 113 22 88 -
CMYK 0 0.81 0.22 0.56
HSL 316.48º 0.67% 0.26% -
HSV(B) 316.48º 0.81% 0.44% -
XYZ 8.86 4.79 9.69 -
YUV 56.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 113 22 88 0 0.81 0.22 0.56 316.48 0.67 0.26
Hex 71 16 58 0 51 16 38 13C 43 1A
Octal 161 26 130 0 121 26 70 474 103 32
Binary 1110001 10110 1011000 0 1010001 10110 111000 100111100 1000011 11010

Color Harmonies of #711658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711658

Black with #711658

Text Example


Text Example

White with #711658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711658; }

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

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

background-color css

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

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

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

border-color css

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

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

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