Html Css Color HEX #711962 Palatinate Purple

📋 copy color: '#711962'

red 113 ◦ green 25 ◦ blue 98

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

Shades of Palatinate Purple #711962

Tints of Palatinate Purple #711962

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.59%

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

R = 47.88%
G = 10.59%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#711962 (or 0x711962) is known color: Palatinate Purple. HEX triplet: 71, 19 and 62. RGB value is (113,25,98). Sum of RGB (Red+Green+Blue) = 113+25+98=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #711962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711962 is #8EE69D. Grayscale: #3B3B3B. Windows color (decimal): -9365150 or 6429041. OLE color: 6429041.

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

Color convert

RGB 113 25 98 -
CMYK 0 0.78 0.13 0.56
HSL 310.23º 0.64% 0.27% -
HSV(B) 310.23º 0.78% 0.44% -
XYZ 9.36 5.09 12.04 -
YUV 59.63 149.65 166.06 -
System Red Green Blue C M Y K H S L
Decimal 113 25 98 0 0.78 0.13 0.56 310.23 0.64 0.27
Hex 71 19 62 0 4E D 38 136 40 1B
Octal 161 31 142 0 116 15 70 466 100 33
Binary 1110001 11001 1100010 0 1001110 1101 111000 100110110 1000000 11011

Color Harmonies of #711962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711962

Black with #711962

Text Example


Text Example

White with #711962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711962; }

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

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

background-color css

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

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

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

border-color css

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

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

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