Html Css Color HEX #711564 Palatinate Purple

📋 copy color: '#711564'

red 113 ◦ green 21 ◦ blue 100

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

Shades of Palatinate Purple #711564

Tints of Palatinate Purple #711564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 42.74%

R = 48.29%
G = 8.97%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#711564 (or 0x711564) is known color: Palatinate Purple. HEX triplet: 71, 15 and 64. RGB value is (113,21,100). Sum of RGB (Red+Green+Blue) = 113+21+100=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #711564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711564 is #8EEA9B. Grayscale: #393939. Windows color (decimal): -9366172 or 6559089. OLE color: 6559089.

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

Color convert

RGB 113 21 100 -
CMYK 0 0.81 0.12 0.56
HSL 308.48º 0.69% 0.26% -
HSV(B) 308.48º 0.81% 0.44% -
XYZ 9.38 4.97 12.52 -
YUV 57.51 151.98 167.58 -
System Red Green Blue C M Y K H S L
Decimal 113 21 100 0 0.81 0.12 0.56 308.48 0.69 0.26
Hex 71 15 64 0 51 C 38 134 45 1A
Octal 161 25 144 0 121 14 70 464 105 32
Binary 1110001 10101 1100100 0 1010001 1100 111000 100110100 1000101 11010

Color Harmonies of #711564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711564

Black with #711564

Text Example


Text Example

White with #711564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711564; }

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

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

background-color css

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

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

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

border-color css

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

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

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