Html Css Color HEX #711362 Palatinate Purple

📋 copy color: '#711362'

red 113 ◦ green 19 ◦ blue 98

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

Shades of Palatinate Purple #711362

Tints of Palatinate Purple #711362

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.26%

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

R = 49.13%
G = 8.26%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#711362 (or 0x711362) is known color: Palatinate Purple. HEX triplet: 71, 13 and 62. RGB value is (113,19,98). Sum of RGB (Red+Green+Blue) = 113+19+98=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #711362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711362 is #8EEC9D. Grayscale: #373737. Windows color (decimal): -9366686 or 6427505. OLE color: 6427505.

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

Color convert

RGB 113 19 98 -
CMYK 0 0.83 0.13 0.56
HSL 309.57º 0.71% 0.26% -
HSV(B) 309.57º 0.83% 0.44% -
XYZ 9.25 4.86 12.01 -
YUV 56.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 113 19 98 0 0.83 0.13 0.56 309.57 0.71 0.26
Hex 71 13 62 0 53 D 38 136 47 1A
Octal 161 23 142 0 123 15 70 466 107 32
Binary 1110001 10011 1100010 0 1010011 1101 111000 100110110 1000111 11010

Color Harmonies of #711362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711362

Black with #711362

Text Example


Text Example

White with #711362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711362; }

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

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

background-color css

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

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

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

border-color css

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

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

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