Html Css Color HEX #73205E Palatinate Purple

📋 copy color: '#73205E'

red 115 ◦ green 32 ◦ blue 94

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

Shades of Palatinate Purple #73205E

Tints of Palatinate Purple #73205E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39%

R = 47.72%
G = 13.28%
B = 39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#73205E (or 0x73205E) is known color: Palatinate Purple. HEX triplet: 73, 20 and 5E. RGB value is (115,32,94). Sum of RGB (Red+Green+Blue) = 115+32+94=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #73205E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73205E is #8CDFA1. Grayscale: #3F3F3F. Windows color (decimal): -9232290 or 6168691. OLE color: 6168691.

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

Color convert

RGB 115 32 94 -
CMYK 0 0.72 0.18 0.55
HSL 315.18º 0.56% 0.29% -
HSV(B) 315.18º 0.72% 0.45% -
XYZ 9.61 5.49 11.14 -
YUV 63.89 145 164.46 -
System Red Green Blue C M Y K H S L
Decimal 115 32 94 0 0.72 0.18 0.55 315.18 0.56 0.29
Hex 73 20 5E 0 48 12 37 13B 38 1D
Octal 163 40 136 0 110 22 67 473 70 35
Binary 1110011 100000 1011110 0 1001000 10010 110111 100111011 111000 11101

Color Harmonies of #73205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73205E

Black with #73205E

Text Example


Text Example

White with #73205E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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