Html Css Color HEX #711661 Palatinate Purple

📋 copy color: '#711661'

red 113 ◦ green 22 ◦ blue 97

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

Shades of Palatinate Purple #711661

Tints of Palatinate Purple #711661

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.48%

 BLUE value IS 97 (38.28% from 255) = 41.81%

R = 48.71%
G = 9.48%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#711661 (or 0x711661) is known color: Palatinate Purple. HEX triplet: 71, 16 and 61. RGB value is (113,22,97). Sum of RGB (Red+Green+Blue) = 113+22+97=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #711661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711661 is #8EE99E. Grayscale: #393939. Windows color (decimal): -9365919 or 6362737. OLE color: 6362737.

HSL color Cylindrical-coordinate representation of color #711661: hue angle of 310.55º degrees, saturation: 0.67, 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 #711661 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 22 97 -
CMYK 0 0.81 0.14 0.56
HSL 310.55º 0.67% 0.26% -
HSV(B) 310.55º 0.81% 0.44% -
XYZ 9.25 4.95 11.78 -
YUV 57.76 150.15 167.4 -
System Red Green Blue C M Y K H S L
Decimal 113 22 97 0 0.81 0.14 0.56 310.55 0.67 0.26
Hex 71 16 61 0 51 E 38 137 43 1A
Octal 161 26 141 0 121 16 70 467 103 32
Binary 1110001 10110 1100001 0 1010001 1110 111000 100110111 1000011 11010

Color Harmonies of #711661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711661

Black with #711661

Text Example


Text Example

White with #711661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711661; }

 p { color: rgb(113,22,97); }

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

background-color css

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

 a { background-color: rgb(113,22,97); }

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

border-color css

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

 span { border-color: rgb(113,22,97); }

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