Html Css Color HEX #71206C Palatinate Purple

📋 copy color: '#71206C'

red 113 ◦ green 32 ◦ blue 108

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

Shades of Palatinate Purple #71206C

Tints of Palatinate Purple #71206C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.69%

R = 44.66%
G = 12.65%
B = 42.69%

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

#71206C (or 0x71206C) is known color: Palatinate Purple. HEX triplet: 71, 20 and 6C. RGB value is (113,32,108). Sum of RGB (Red+Green+Blue) = 113+32+108=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #71206C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71206C is #8EDF93. Grayscale: #404040. Windows color (decimal): -9363348 or 7086193. OLE color: 7086193.

HSL color Cylindrical-coordinate representation of color #71206C: hue angle of 303.7º 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 #71206C is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 32 108 -
CMYK 0 0.72 0.04 0.56
HSL 303.7º 0.56% 0.28% -
HSV(B) 303.7º 0.72% 0.44% -
XYZ 10.03 5.63 14.74 -
YUV 64.88 152.34 162.32 -
System Red Green Blue C M Y K H S L
Decimal 113 32 108 0 0.72 0.04 0.56 303.7 0.56 0.28
Hex 71 20 6C 0 48 4 38 130 38 1C
Octal 161 40 154 0 110 4 70 460 70 34
Binary 1110001 100000 1101100 0 1001000 100 111000 100110000 111000 11100

Color Harmonies of #71206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71206C

Black with #71206C

Text Example


Text Example

White with #71206C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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