Html Css Color HEX #730959 Palatinate Purple

📋 copy color: '#730959'

red 115 ◦ green 9 ◦ blue 89

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

Shades of Palatinate Purple #730959

Tints of Palatinate Purple #730959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.23%

 BLUE value IS 89 (35.16% from 255) = 41.78%

R = 53.99%
G = 4.23%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#730959 (or 0x730959) is known color: Palatinate Purple. HEX triplet: 73, 09 and 59. RGB value is (115,9,89). Sum of RGB (Red+Green+Blue) = 115+9+89=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #730959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730959 is #8CF6A6. Grayscale: #313131. Windows color (decimal): -9238183 or 5835123. OLE color: 5835123.

HSL color Cylindrical-coordinate representation of color #730959: hue angle of 314.72º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730959 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 9 89 -
CMYK 0 0.92 0.23 0.55
HSL 314.72º 0.85% 0.24% -
HSV(B) 314.72º 0.92% 0.45% -
XYZ 8.97 4.56 9.86 -
YUV 49.81 150.12 174.5 -
System Red Green Blue C M Y K H S L
Decimal 115 9 89 0 0.92 0.23 0.55 314.72 0.85 0.24
Hex 73 9 59 0 5C 17 37 13B 55 18
Octal 163 11 131 0 134 27 67 473 125 30
Binary 1110011 1001 1011001 0 1011100 10111 110111 100111011 1010101 11000

Color Harmonies of #730959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730959

Black with #730959

Text Example


Text Example

White with #730959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730959; }

 p { color: rgb(115,9,89); }

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

background-color css

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

 a { background-color: rgb(115,9,89); }

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

border-color css

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

 span { border-color: rgb(115,9,89); }

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