Html Css Color HEX #711168 Palatinate Purple

📋 copy color: '#711168'

red 113 ◦ green 17 ◦ blue 104

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

Shades of Palatinate Purple #711168

Tints of Palatinate Purple #711168

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.26%

 BLUE value IS 104 (41.02% from 255) = 44.44%

R = 48.29%
G = 7.26%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#711168 (or 0x711168) is known color: Palatinate Purple. HEX triplet: 71, 11 and 68. RGB value is (113,17,104). Sum of RGB (Red+Green+Blue) = 113+17+104=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #711168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711168 is #8EEE97. Grayscale: #373737. Windows color (decimal): -9367192 or 6820209. OLE color: 6820209.

HSL color Cylindrical-coordinate representation of color #711168: hue angle of 305.62º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711168 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 17 104 -
CMYK 0 0.85 0.08 0.56
HSL 305.63º 0.74% 0.25% -
HSV(B) 305.63º 0.85% 0.44% -
XYZ 9.51 4.91 13.54 -
YUV 55.62 155.3 168.93 -
System Red Green Blue C M Y K H S L
Decimal 113 17 104 0 0.85 0.08 0.56 305.63 0.74 0.25
Hex 71 11 68 0 55 8 38 132 4A 19
Octal 161 21 150 0 125 10 70 462 112 31
Binary 1110001 10001 1101000 0 1010101 1000 111000 100110010 1001010 11001

Color Harmonies of #711168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711168

Black with #711168

Text Example


Text Example

White with #711168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711168; }

 p { color: rgb(113,17,104); }

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

background-color css

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

 a { background-color: rgb(113,17,104); }

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

border-color css

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

 span { border-color: rgb(113,17,104); }

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