Html Css Color HEX #73205F Palatinate Purple

📋 copy color: '#73205F'

red 115 ◦ green 32 ◦ blue 95

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

Shades of Palatinate Purple #73205F

Tints of Palatinate Purple #73205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.26%

R = 47.52%
G = 13.22%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73205F (or 0x73205F) is known color: Palatinate Purple. HEX triplet: 73, 20 and 5F. RGB value is (115,32,95). Sum of RGB (Red+Green+Blue) = 115+32+95=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #73205F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73205F is #8CDFA0. Grayscale: #3F3F3F. Windows color (decimal): -9232289 or 6234227. OLE color: 6234227.

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

Color convert

RGB 115 32 95 -
CMYK 0 0.72 0.17 0.55
HSL 314.46º 0.56% 0.29% -
HSV(B) 314.46º 0.72% 0.45% -
XYZ 9.65 5.5 11.38 -
YUV 64 145.5 164.38 -
System Red Green Blue C M Y K H S L
Decimal 115 32 95 0 0.72 0.17 0.55 314.46 0.56 0.29
Hex 73 20 5F 0 48 11 37 13A 38 1D
Octal 163 40 137 0 110 21 67 472 70 35
Binary 1110011 100000 1011111 0 1001000 10001 110111 100111010 111000 11101

Color Harmonies of #73205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73205F

Black with #73205F

Text Example


Text Example

White with #73205F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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