Html Css Color HEX #71225D Palatinate Purple

📋 copy color: '#71225D'

red 113 ◦ green 34 ◦ blue 93

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

Shades of Palatinate Purple #71225D

Tints of Palatinate Purple #71225D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.17%

 BLUE value IS 93 (36.72% from 255) = 38.75%

R = 47.08%
G = 14.17%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#71225D (or 0x71225D) is known color: Palatinate Purple. HEX triplet: 71, 22 and 5D. RGB value is (113,34,93). Sum of RGB (Red+Green+Blue) = 113+34+93=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #71225D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71225D is #8EDDA2. Grayscale: #404040. Windows color (decimal): -9362851 or 6103665. OLE color: 6103665.

HSL color Cylindrical-coordinate representation of color #71225D: hue angle of 315.19º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71225D is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 34 93 -
CMYK 0 0.70 0.18 0.56
HSL 315.19º 0.54% 0.29% -
HSV(B) 315.19º 0.7% 0.44% -
XYZ 9.36 5.45 10.91 -
YUV 64.35 144.17 162.7 -
System Red Green Blue C M Y K H S L
Decimal 113 34 93 0 0.70 0.18 0.56 315.19 0.54 0.29
Hex 71 22 5D 0 46 12 38 13B 36 1D
Octal 161 42 135 0 106 22 70 473 66 35
Binary 1110001 100010 1011101 0 1000110 10010 111000 100111011 110110 11101

Color Harmonies of #71225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71225D

Black with #71225D

Text Example


Text Example

White with #71225D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,34,93); }

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

background-color css

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

 a { background-color: rgb(113,34,93); }

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

border-color css

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

 span { border-color: rgb(113,34,93); }

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