Html Css Color HEX #71206D Palatinate Purple

📋 copy color: '#71206D'

red 113 ◦ green 32 ◦ blue 109

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

Shades of Palatinate Purple #71206D

Tints of Palatinate Purple #71206D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.6%

 BLUE value IS 109 (42.97% from 255) = 42.91%

R = 44.49%
G = 12.6%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71206D (or 0x71206D) is known color: Palatinate Purple. HEX triplet: 71, 20 and 6D. RGB value is (113,32,109). Sum of RGB (Red+Green+Blue) = 113+32+109=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #71206D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71206D is #8EDF92. Grayscale: #404040. Windows color (decimal): -9363347 or 7151729. OLE color: 7151729.

HSL color Cylindrical-coordinate representation of color #71206D: hue angle of 302.96º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71206D is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 32 109 -
CMYK 0 0.72 0.04 0.56
HSL 302.96º 0.56% 0.28% -
HSV(B) 302.96º 0.72% 0.44% -
XYZ 10.09 5.65 15.03 -
YUV 65 152.84 162.24 -
System Red Green Blue C M Y K H S L
Decimal 113 32 109 0 0.72 0.04 0.56 302.96 0.56 0.28
Hex 71 20 6D 0 48 4 38 12F 38 1C
Octal 161 40 155 0 110 4 70 457 70 34
Binary 1110001 100000 1101101 0 1001000 100 111000 100101111 111000 11100

Color Harmonies of #71206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71206D

Black with #71206D

Text Example


Text Example

White with #71206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71206D; }

 p { color: rgb(113,32,109); }

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

background-color css

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

 a { background-color: rgb(113,32,109); }

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

border-color css

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

 span { border-color: rgb(113,32,109); }

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