Html Css Color HEX #711260 Palatinate Purple

📋 copy color: '#711260'

red 113 ◦ green 18 ◦ blue 96

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

Shades of Palatinate Purple #711260

Tints of Palatinate Purple #711260

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.93%

 BLUE value IS 96 (37.89% from 255) = 42.29%

R = 49.78%
G = 7.93%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#711260 (or 0x711260) is known color: Palatinate Purple. HEX triplet: 71, 12 and 60. RGB value is (113,18,96). Sum of RGB (Red+Green+Blue) = 113+18+96=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #711260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711260 is #8EED9F. Grayscale: #373737. Windows color (decimal): -9366944 or 6296177. OLE color: 6296177.

HSL color Cylindrical-coordinate representation of color #711260: hue angle of 310.74º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711260 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 18 96 -
CMYK 0 0.84 0.15 0.56
HSL 310.74º 0.73% 0.26% -
HSV(B) 310.74º 0.84% 0.44% -
XYZ 9.14 4.79 11.51 -
YUV 55.3 150.97 169.16 -
System Red Green Blue C M Y K H S L
Decimal 113 18 96 0 0.84 0.15 0.56 310.74 0.73 0.26
Hex 71 12 60 0 54 F 38 137 49 1A
Octal 161 22 140 0 124 17 70 467 111 32
Binary 1110001 10010 1100000 0 1010100 1111 111000 100110111 1001001 11010

Color Harmonies of #711260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711260

Black with #711260

Text Example


Text Example

White with #711260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711260; }

 p { color: rgb(113,18,96); }

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

background-color css

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

 a { background-color: rgb(113,18,96); }

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

border-color css

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

 span { border-color: rgb(113,18,96); }

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