Html Css Color HEX #711261 Palatinate Purple

📋 copy color: '#711261'

red 113 ◦ green 18 ◦ blue 97

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

Shades of Palatinate Purple #711261

Tints of Palatinate Purple #711261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 42.54%

R = 49.56%
G = 7.89%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#711261 (or 0x711261) is known color: Palatinate Purple. HEX triplet: 71, 12 and 61. RGB value is (113,18,97). Sum of RGB (Red+Green+Blue) = 113+18+97=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #711261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711261 is #8EED9E. Grayscale: #373737. Windows color (decimal): -9366943 or 6361713. OLE color: 6361713.

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

Color convert

RGB 113 18 97 -
CMYK 0 0.84 0.14 0.56
HSL 310.11º 0.73% 0.26% -
HSV(B) 310.11º 0.84% 0.44% -
XYZ 9.18 4.81 11.75 -
YUV 55.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 113 18 97 0 0.84 0.14 0.56 310.11 0.73 0.26
Hex 71 12 61 0 54 E 38 136 49 1A
Octal 161 22 141 0 124 16 70 466 111 32
Binary 1110001 10010 1100001 0 1010100 1110 111000 100110110 1001001 11010

Color Harmonies of #711261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711261

Black with #711261

Text Example


Text Example

White with #711261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711261; }

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

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

background-color css

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

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

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

border-color css

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

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

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