Html Css Color HEX #711765 Palatinate Purple

📋 copy color: '#711765'

red 113 ◦ green 23 ◦ blue 101

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

Shades of Palatinate Purple #711765

Tints of Palatinate Purple #711765

RGB

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

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

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

R = 47.68%
G = 9.7%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#711765 (or 0x711765) is known color: Palatinate Purple. HEX triplet: 71, 17 and 65. RGB value is (113,23,101). Sum of RGB (Red+Green+Blue) = 113+23+101=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #711765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711765 is #8EE89A. Grayscale: #3A3A3A. Windows color (decimal): -9365659 or 6625137. OLE color: 6625137.

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

Color convert

RGB 113 23 101 -
CMYK 0 0.80 0.11 0.56
HSL 308º 0.66% 0.27% -
HSV(B) 308º 0.8% 0.44% -
XYZ 9.47 5.06 12.79 -
YUV 58.8 151.82 166.66 -
System Red Green Blue C M Y K H S L
Decimal 113 23 101 0 0.80 0.11 0.56 308 0.66 0.27
Hex 71 17 65 0 50 B 38 134 42 1B
Octal 161 27 145 0 120 13 70 464 102 33
Binary 1110001 10111 1100101 0 1010000 1011 111000 100110100 1000010 11011

Color Harmonies of #711765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711765

Black with #711765

Text Example


Text Example

White with #711765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711765; }

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

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

background-color css

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

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

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

border-color css

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

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

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