Html Css Color HEX #711863 Palatinate Purple

📋 copy color: '#711863'

red 113 ◦ green 24 ◦ blue 99

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

Shades of Palatinate Purple #711863

Tints of Palatinate Purple #711863

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.17%

 BLUE value IS 99 (39.06% from 255) = 41.95%

R = 47.88%
G = 10.17%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#711863 (or 0x711863) is known color: Palatinate Purple. HEX triplet: 71, 18 and 63. RGB value is (113,24,99). Sum of RGB (Red+Green+Blue) = 113+24+99=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #711863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711863 is #8EE79C. Grayscale: #3A3A3A. Windows color (decimal): -9365405 or 6494321. OLE color: 6494321.

HSL color Cylindrical-coordinate representation of color #711863: hue angle of 309.44º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #711863 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 24 99 -
CMYK 0 0.79 0.12 0.56
HSL 309.44º 0.65% 0.27% -
HSV(B) 309.44º 0.79% 0.44% -
XYZ 9.39 5.06 12.29 -
YUV 59.16 150.49 166.4 -
System Red Green Blue C M Y K H S L
Decimal 113 24 99 0 0.79 0.12 0.56 309.44 0.65 0.27
Hex 71 18 63 0 4F C 38 135 41 1B
Octal 161 30 143 0 117 14 70 465 101 33
Binary 1110001 11000 1100011 0 1001111 1100 111000 100110101 1000001 11011

Color Harmonies of #711863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711863

Black with #711863

Text Example


Text Example

White with #711863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711863; }

 p { color: rgb(113,24,99); }

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

background-color css

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

 a { background-color: rgb(113,24,99); }

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

border-color css

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

 span { border-color: rgb(113,24,99); }

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