Html Css Color HEX #711768 Palatinate Purple

📋 copy color: '#711768'

red 113 ◦ green 23 ◦ blue 104

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

Shades of Palatinate Purple #711768

Tints of Palatinate Purple #711768

RGB

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

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

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

R = 47.08%
G = 9.58%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#711768 (or 0x711768) is known color: Palatinate Purple. HEX triplet: 71, 17 and 68. RGB value is (113,23,104). Sum of RGB (Red+Green+Blue) = 113+23+104=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #711768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711768 is #8EE897. Grayscale: #3A3A3A. Windows color (decimal): -9365656 or 6821745. OLE color: 6821745.

HSL color Cylindrical-coordinate representation of color #711768: hue angle of 306º 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 #711768 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 23 104 -
CMYK 0 0.80 0.08 0.56
HSL 306º 0.66% 0.27% -
HSV(B) 306º 0.8% 0.44% -
XYZ 9.62 5.12 13.58 -
YUV 59.14 153.32 166.41 -
System Red Green Blue C M Y K H S L
Decimal 113 23 104 0 0.80 0.08 0.56 306 0.66 0.27
Hex 71 17 68 0 50 8 38 132 42 1B
Octal 161 27 150 0 120 10 70 462 102 33
Binary 1110001 10111 1101000 0 1010000 1000 111000 100110010 1000010 11011

Color Harmonies of #711768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711768

Black with #711768

Text Example


Text Example

White with #711768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711768; }

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

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

background-color css

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

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

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

border-color css

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

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

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