Html Css Color HEX #71216D Palatinate Purple

📋 copy color: '#71216D'

red 113 ◦ green 33 ◦ blue 109

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

Shades of Palatinate Purple #71216D

Tints of Palatinate Purple #71216D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.94%

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

R = 44.31%
G = 12.94%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71216D (or 0x71216D) is known color: Palatinate Purple. HEX triplet: 71, 21 and 6D. RGB value is (113,33,109). Sum of RGB (Red+Green+Blue) = 113+33+109=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #71216D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71216D is #8EDE92. Grayscale: #414141. Windows color (decimal): -9363091 or 7151985. OLE color: 7151985.

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

Color convert

RGB 113 33 109 -
CMYK 0 0.71 0.04 0.56
HSL 303º 0.55% 0.29% -
HSV(B) 303º 0.71% 0.44% -
XYZ 10.11 5.7 15.04 -
YUV 65.58 152.5 161.82 -
System Red Green Blue C M Y K H S L
Decimal 113 33 109 0 0.71 0.04 0.56 303 0.55 0.29
Hex 71 21 6D 0 47 4 38 12F 37 1D
Octal 161 41 155 0 107 4 70 457 67 35
Binary 1110001 100001 1101101 0 1000111 100 111000 100101111 110111 11101

Color Harmonies of #71216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71216D

Black with #71216D

Text Example


Text Example

White with #71216D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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