Html Css Color HEX #73215C Palatinate Purple

📋 copy color: '#73215C'

red 115 ◦ green 33 ◦ blue 92

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

Shades of Palatinate Purple #73215C

Tints of Palatinate Purple #73215C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.33%

R = 47.92%
G = 13.75%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#73215C (or 0x73215C) is known color: Palatinate Purple. HEX triplet: 73, 21 and 5C. RGB value is (115,33,92). Sum of RGB (Red+Green+Blue) = 115+33+92=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #73215C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73215C is #8CDEA3. Grayscale: #404040. Windows color (decimal): -9232036 or 6037875. OLE color: 6037875.

HSL color Cylindrical-coordinate representation of color #73215C: hue angle of 316.83º 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 #73215C is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 33 92 -
CMYK 0 0.71 0.20 0.55
HSL 316.83º 0.55% 0.29% -
HSV(B) 316.83º 0.71% 0.45% -
XYZ 9.55 5.51 10.68 -
YUV 64.24 143.67 164.2 -
System Red Green Blue C M Y K H S L
Decimal 115 33 92 0 0.71 0.20 0.55 316.83 0.55 0.29
Hex 73 21 5C 0 47 14 37 13D 37 1D
Octal 163 41 134 0 107 24 67 475 67 35
Binary 1110011 100001 1011100 0 1000111 10100 110111 100111101 110111 11101

Color Harmonies of #73215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73215C

Black with #73215C

Text Example


Text Example

White with #73215C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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