Html Css Color HEX #73205A Palatinate Purple

📋 copy color: '#73205A'

red 115 ◦ green 32 ◦ blue 90

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

Shades of Palatinate Purple #73205A

Tints of Palatinate Purple #73205A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.97%

R = 48.52%
G = 13.5%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#73205A (or 0x73205A) is known color: Palatinate Purple. HEX triplet: 73, 20 and 5A. RGB value is (115,32,90). Sum of RGB (Red+Green+Blue) = 115+32+90=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #73205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73205A is #8CDFA5. Grayscale: #3F3F3F. Windows color (decimal): -9232294 or 5906547. OLE color: 5906547.

HSL color Cylindrical-coordinate representation of color #73205A: hue angle of 318.07º 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 #73205A is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 32 90 -
CMYK 0 0.72 0.22 0.55
HSL 318.07º 0.56% 0.29% -
HSV(B) 318.07º 0.72% 0.45% -
XYZ 9.43 5.42 10.22 -
YUV 63.43 143 164.78 -
System Red Green Blue C M Y K H S L
Decimal 115 32 90 0 0.72 0.22 0.55 318.07 0.56 0.29
Hex 73 20 5A 0 48 16 37 13E 38 1D
Octal 163 40 132 0 110 26 67 476 70 35
Binary 1110011 100000 1011010 0 1001000 10110 110111 100111110 111000 11101

Color Harmonies of #73205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73205A

Black with #73205A

Text Example


Text Example

White with #73205A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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