Html Css Color HEX #711A65 Palatinate Purple

📋 copy color: '#711A65'

red 113 ◦ green 26 ◦ blue 101

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

Shades of Palatinate Purple #711A65

Tints of Palatinate Purple #711A65

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.83%

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

R = 47.08%
G = 10.83%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#711A65 (or 0x711A65) is known color: Palatinate Purple. HEX triplet: 71, 1A and 65. RGB value is (113,26,101). Sum of RGB (Red+Green+Blue) = 113+26+101=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #711A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711A65 is #8EE59A. Grayscale: #3C3C3C. Windows color (decimal): -9364891 or 6625905. OLE color: 6625905.

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

Color convert

RGB 113 26 101 -
CMYK 0 0.77 0.11 0.56
HSL 308.28º 0.63% 0.27% -
HSV(B) 308.28º 0.77% 0.44% -
XYZ 9.53 5.19 12.81 -
YUV 60.56 150.82 165.4 -
System Red Green Blue C M Y K H S L
Decimal 113 26 101 0 0.77 0.11 0.56 308.28 0.63 0.27
Hex 71 1A 65 0 4D B 38 134 3F 1B
Octal 161 32 145 0 115 13 70 464 77 33
Binary 1110001 11010 1100101 0 1001101 1011 111000 100110100 111111 11011

Color Harmonies of #711A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711A65

Black with #711A65

Text Example


Text Example

White with #711A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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