Html Css Color HEX #73205C Palatinate Purple

📋 copy color: '#73205C'

red 115 ◦ green 32 ◦ blue 92

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

Shades of Palatinate Purple #73205C

Tints of Palatinate Purple #73205C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.39%

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

R = 48.12%
G = 13.39%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#73205C (or 0x73205C) is known color: Palatinate Purple. HEX triplet: 73, 20 and 5C. RGB value is (115,32,92). Sum of RGB (Red+Green+Blue) = 115+32+92=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #73205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73205C is #8CDFA3. Grayscale: #3F3F3F. Windows color (decimal): -9232292 or 6037619. OLE color: 6037619.

HSL color Cylindrical-coordinate representation of color #73205C: hue angle of 316.63º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73205C is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 32 92 -
CMYK 0 0.72 0.20 0.55
HSL 316.63º 0.56% 0.29% -
HSV(B) 316.63º 0.72% 0.45% -
XYZ 9.52 5.45 10.68 -
YUV 63.66 144 164.62 -
System Red Green Blue C M Y K H S L
Decimal 115 32 92 0 0.72 0.20 0.55 316.63 0.56 0.29
Hex 73 20 5C 0 48 14 37 13D 38 1D
Octal 163 40 134 0 110 24 67 475 70 35
Binary 1110011 100000 1011100 0 1001000 10100 110111 100111101 111000 11101

Color Harmonies of #73205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73205C

Black with #73205C

Text Example


Text Example

White with #73205C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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