Html Css Color HEX #711565 Palatinate Purple

📋 copy color: '#711565'

red 113 ◦ green 21 ◦ blue 101

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

Shades of Palatinate Purple #711565

Tints of Palatinate Purple #711565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.98%

R = 48.09%
G = 8.94%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#711565 (or 0x711565) is known color: Palatinate Purple. HEX triplet: 71, 15 and 65. RGB value is (113,21,101). Sum of RGB (Red+Green+Blue) = 113+21+101=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #711565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711565 is #8EEA9A. Grayscale: #393939. Windows color (decimal): -9366171 or 6624625. OLE color: 6624625.

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

Color convert

RGB 113 21 101 -
CMYK 0 0.81 0.11 0.56
HSL 307.83º 0.69% 0.26% -
HSV(B) 307.83º 0.81% 0.44% -
XYZ 9.43 4.99 12.78 -
YUV 57.63 152.48 167.5 -
System Red Green Blue C M Y K H S L
Decimal 113 21 101 0 0.81 0.11 0.56 307.83 0.69 0.26
Hex 71 15 65 0 51 B 38 134 45 1A
Octal 161 25 145 0 121 13 70 464 105 32
Binary 1110001 10101 1100101 0 1010001 1011 111000 100110100 1000101 11010

Color Harmonies of #711565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711565

Black with #711565

Text Example


Text Example

White with #711565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711565; }

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

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

background-color css

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

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

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

border-color css

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

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

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