Html Css Color HEX #711862 Palatinate Purple

📋 copy color: '#711862'

red 113 ◦ green 24 ◦ blue 98

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

Shades of Palatinate Purple #711862

Tints of Palatinate Purple #711862

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.21%

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

R = 48.09%
G = 10.21%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#711862 (or 0x711862) is known color: Palatinate Purple. HEX triplet: 71, 18 and 62. RGB value is (113,24,98). Sum of RGB (Red+Green+Blue) = 113+24+98=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #711862 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711862 is #8EE79D. Grayscale: #3A3A3A. Windows color (decimal): -9365406 or 6428785. OLE color: 6428785.

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

Color convert

RGB 113 24 98 -
CMYK 0 0.79 0.13 0.56
HSL 310.11º 0.65% 0.27% -
HSV(B) 310.11º 0.79% 0.44% -
XYZ 9.34 5.05 12.04 -
YUV 59.05 149.99 166.48 -
System Red Green Blue C M Y K H S L
Decimal 113 24 98 0 0.79 0.13 0.56 310.11 0.65 0.27
Hex 71 18 62 0 4F D 38 136 41 1B
Octal 161 30 142 0 117 15 70 466 101 33
Binary 1110001 11000 1100010 0 1001111 1101 111000 100110110 1000001 11011

Color Harmonies of #711862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711862

Black with #711862

Text Example


Text Example

White with #711862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711862; }

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

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

background-color css

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

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

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

border-color css

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

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

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