Html Css Color HEX #73295F Palatinate Purple

📋 copy color: '#73295F'

red 115 ◦ green 41 ◦ blue 95

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

Shades of Palatinate Purple #73295F

Tints of Palatinate Purple #73295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.33%

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

R = 45.82%
G = 16.33%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73295F (or 0x73295F) is known color: Palatinate Purple. HEX triplet: 73, 29 and 5F. RGB value is (115,41,95). Sum of RGB (Red+Green+Blue) = 115+41+95=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #73295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73295F is #8CD6A0. Grayscale: #454545. Windows color (decimal): -9229985 or 6236531. OLE color: 6236531.

HSL color Cylindrical-coordinate representation of color #73295F: hue angle of 316.22º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #73295F is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 41 95 -
CMYK 0 0.64 0.17 0.55
HSL 316.22º 0.47% 0.31% -
HSV(B) 316.22º 0.64% 0.45% -
XYZ 9.93 6.06 11.47 -
YUV 69.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 115 41 95 0 0.64 0.17 0.55 316.22 0.47 0.31
Hex 73 29 5F 0 40 11 37 13C 2F 1F
Octal 163 51 137 0 100 21 67 474 57 37
Binary 1110011 101001 1011111 0 1000000 10001 110111 100111100 101111 11111

Color Harmonies of #73295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73295F

Black with #73295F

Text Example


Text Example

White with #73295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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