Html Css Color HEX #711965 Palatinate Purple

📋 copy color: '#711965'

red 113 ◦ green 25 ◦ blue 101

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

Shades of Palatinate Purple #711965

Tints of Palatinate Purple #711965

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.46%

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

R = 47.28%
G = 10.46%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#711965 (or 0x711965) is known color: Palatinate Purple. HEX triplet: 71, 19 and 65. RGB value is (113,25,101). Sum of RGB (Red+Green+Blue) = 113+25+101=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #711965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711965 is #8EE69A. Grayscale: #3B3B3B. Windows color (decimal): -9365147 or 6625649. OLE color: 6625649.

HSL color Cylindrical-coordinate representation of color #711965: hue angle of 308.18º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #711965 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 25 101 -
CMYK 0 0.78 0.11 0.56
HSL 308.18º 0.64% 0.27% -
HSV(B) 308.18º 0.78% 0.44% -
XYZ 9.51 5.15 12.8 -
YUV 59.98 151.15 165.82 -
System Red Green Blue C M Y K H S L
Decimal 113 25 101 0 0.78 0.11 0.56 308.18 0.64 0.27
Hex 71 19 65 0 4E B 38 134 40 1B
Octal 161 31 145 0 116 13 70 464 100 33
Binary 1110001 11001 1100101 0 1001110 1011 111000 100110100 1000000 11011

Color Harmonies of #711965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711965

Black with #711965

Text Example


Text Example

White with #711965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711965; }

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

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

background-color css

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

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

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

border-color css

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

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

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