Html Css Color HEX #711562 Palatinate Purple

📋 copy color: '#711562'

red 113 ◦ green 21 ◦ blue 98

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

Shades of Palatinate Purple #711562

Tints of Palatinate Purple #711562

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.05%

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

R = 48.71%
G = 9.05%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#711562 (or 0x711562) is known color: Palatinate Purple. HEX triplet: 71, 15 and 62. RGB value is (113,21,98). Sum of RGB (Red+Green+Blue) = 113+21+98=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #711562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711562 is #8EEA9D. Grayscale: #393939. Windows color (decimal): -9366174 or 6428017. OLE color: 6428017.

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

Color convert

RGB 113 21 98 -
CMYK 0 0.81 0.13 0.56
HSL 309.78º 0.69% 0.26% -
HSV(B) 309.78º 0.81% 0.44% -
XYZ 9.28 4.93 12.02 -
YUV 57.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 113 21 98 0 0.81 0.13 0.56 309.78 0.69 0.26
Hex 71 15 62 0 51 D 38 136 45 1A
Octal 161 25 142 0 121 15 70 466 105 32
Binary 1110001 10101 1100010 0 1010001 1101 111000 100110110 1000101 11010

Color Harmonies of #711562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711562

Black with #711562

Text Example


Text Example

White with #711562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711562; }

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

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

background-color css

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

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

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

border-color css

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

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

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