Html Css Color HEX #711567 Palatinate Purple

📋 copy color: '#711567'

red 113 ◦ green 21 ◦ blue 103

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

Shades of Palatinate Purple #711567

Tints of Palatinate Purple #711567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 43.46%

R = 47.68%
G = 8.86%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#711567 (or 0x711567) is known color: Palatinate Purple. HEX triplet: 71, 15 and 67. RGB value is (113,21,103). Sum of RGB (Red+Green+Blue) = 113+21+103=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #711567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711567 is #8EEA98. Grayscale: #393939. Windows color (decimal): -9366169 or 6755697. OLE color: 6755697.

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

Color convert

RGB 113 21 103 -
CMYK 0 0.81 0.09 0.56
HSL 306.52º 0.69% 0.26% -
HSV(B) 306.52º 0.81% 0.44% -
XYZ 9.53 5.03 13.3 -
YUV 57.86 153.48 167.33 -
System Red Green Blue C M Y K H S L
Decimal 113 21 103 0 0.81 0.09 0.56 306.52 0.69 0.26
Hex 71 15 67 0 51 9 38 133 45 1A
Octal 161 25 147 0 121 11 70 463 105 32
Binary 1110001 10101 1100111 0 1010001 1001 111000 100110011 1000101 11010

Color Harmonies of #711567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711567

Black with #711567

Text Example


Text Example

White with #711567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711567; }

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

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

background-color css

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

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

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

border-color css

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

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

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