Html Css Color HEX #711568 Palatinate Purple

📋 copy color: '#711568'

red 113 ◦ green 21 ◦ blue 104

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

Shades of Palatinate Purple #711568

Tints of Palatinate Purple #711568

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.82%

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

R = 47.48%
G = 8.82%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#711568 (or 0x711568) is known color: Palatinate Purple. HEX triplet: 71, 15 and 68. RGB value is (113,21,104). Sum of RGB (Red+Green+Blue) = 113+21+104=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #711568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711568 is #8EEA97. Grayscale: #393939. Windows color (decimal): -9366168 or 6821233. OLE color: 6821233.

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

Color convert

RGB 113 21 104 -
CMYK 0 0.81 0.08 0.56
HSL 305.87º 0.69% 0.26% -
HSV(B) 305.87º 0.81% 0.44% -
XYZ 9.58 5.05 13.57 -
YUV 57.97 153.98 167.25 -
System Red Green Blue C M Y K H S L
Decimal 113 21 104 0 0.81 0.08 0.56 305.87 0.69 0.26
Hex 71 15 68 0 51 8 38 132 45 1A
Octal 161 25 150 0 121 10 70 462 105 32
Binary 1110001 10101 1101000 0 1010001 1000 111000 100110010 1000101 11010

Color Harmonies of #711568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711568

Black with #711568

Text Example


Text Example

White with #711568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711568; }

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

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

background-color css

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

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

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

border-color css

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

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

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