Html Css Color HEX #71215D Palatinate Purple

📋 copy color: '#71215D'

red 113 ◦ green 33 ◦ blue 93

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

Shades of Palatinate Purple #71215D

Tints of Palatinate Purple #71215D

RGB

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

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

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

R = 47.28%
G = 13.81%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#71215D (or 0x71215D) is known color: Palatinate Purple. HEX triplet: 71, 21 and 5D. RGB value is (113,33,93). Sum of RGB (Red+Green+Blue) = 113+33+93=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #71215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71215D is #8EDEA2. Grayscale: #3F3F3F. Windows color (decimal): -9363107 or 6103409. OLE color: 6103409.

HSL color Cylindrical-coordinate representation of color #71215D: hue angle of 315º 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 #71215D is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 33 93 -
CMYK 0 0.71 0.18 0.56
HSL 315º 0.55% 0.29% -
HSV(B) 315º 0.71% 0.44% -
XYZ 9.33 5.39 10.9 -
YUV 63.76 144.5 163.12 -
System Red Green Blue C M Y K H S L
Decimal 113 33 93 0 0.71 0.18 0.56 315 0.55 0.29
Hex 71 21 5D 0 47 12 38 13B 37 1D
Octal 161 41 135 0 107 22 70 473 67 35
Binary 1110001 100001 1011101 0 1000111 10010 111000 100111011 110111 11101

Color Harmonies of #71215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71215D

Black with #71215D

Text Example


Text Example

White with #71215D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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