Html Css Color HEX #73215D Palatinate Purple

📋 copy color: '#73215D'

red 115 ◦ green 33 ◦ blue 93

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

Shades of Palatinate Purple #73215D

Tints of Palatinate Purple #73215D

RGB

 RED value IS 115 (45.31% from 255) = 47.72%

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

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

R = 47.72%
G = 13.69%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#73215D (or 0x73215D) is known color: Palatinate Purple. HEX triplet: 73, 21 and 5D. RGB value is (115,33,93). Sum of RGB (Red+Green+Blue) = 115+33+93=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #73215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73215D is #8CDEA2. Grayscale: #404040. Windows color (decimal): -9232035 or 6103411. OLE color: 6103411.

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

Color convert

RGB 115 33 93 -
CMYK 0 0.71 0.19 0.55
HSL 316.1º 0.55% 0.29% -
HSV(B) 316.1º 0.71% 0.45% -
XYZ 9.59 5.52 10.92 -
YUV 64.36 144.17 164.12 -
System Red Green Blue C M Y K H S L
Decimal 115 33 93 0 0.71 0.19 0.55 316.1 0.55 0.29
Hex 73 21 5D 0 47 13 37 13C 37 1D
Octal 163 41 135 0 107 23 67 474 67 35
Binary 1110011 100001 1011101 0 1000111 10011 110111 100111100 110111 11101

Color Harmonies of #73215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73215D

Black with #73215D

Text Example


Text Example

White with #73215D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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