Html Css Color HEX #711262 Palatinate Purple

📋 copy color: '#711262'

red 113 ◦ green 18 ◦ blue 98

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

Shades of Palatinate Purple #711262

Tints of Palatinate Purple #711262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.79%

R = 49.34%
G = 7.86%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#711262 (or 0x711262) is known color: Palatinate Purple. HEX triplet: 71, 12 and 62. RGB value is (113,18,98). Sum of RGB (Red+Green+Blue) = 113+18+98=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #711262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711262 is #8EED9D. Grayscale: #373737. Windows color (decimal): -9366942 or 6427249. OLE color: 6427249.

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

Color convert

RGB 113 18 98 -
CMYK 0 0.84 0.13 0.56
HSL 309.47º 0.73% 0.26% -
HSV(B) 309.47º 0.84% 0.44% -
XYZ 9.23 4.83 12 -
YUV 55.53 151.97 169 -
System Red Green Blue C M Y K H S L
Decimal 113 18 98 0 0.84 0.13 0.56 309.47 0.73 0.26
Hex 71 12 62 0 54 D 38 135 49 1A
Octal 161 22 142 0 124 15 70 465 111 32
Binary 1110001 10010 1100010 0 1010100 1101 111000 100110101 1001001 11010

Color Harmonies of #711262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711262

Black with #711262

Text Example


Text Example

White with #711262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711262; }

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

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

background-color css

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

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

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

border-color css

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

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

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