Html Css Color HEX #73095D Palatinate Purple

📋 copy color: '#73095D'

red 115 ◦ green 9 ◦ blue 93

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

Shades of Palatinate Purple #73095D

Tints of Palatinate Purple #73095D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 42.86%

R = 53%
G = 4.15%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#73095D (or 0x73095D) is known color: Palatinate Purple. HEX triplet: 73, 09 and 5D. RGB value is (115,9,93). Sum of RGB (Red+Green+Blue) = 115+9+93=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #73095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73095D is #8CF6A2. Grayscale: #323232. Windows color (decimal): -9238179 or 6097267. OLE color: 6097267.

HSL color Cylindrical-coordinate representation of color #73095D: hue angle of 312.45º 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 #73095D is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 9 93 -
CMYK 0 0.92 0.19 0.55
HSL 312.45º 0.85% 0.24% -
HSV(B) 312.45º 0.92% 0.45% -
XYZ 9.14 4.63 10.77 -
YUV 50.27 152.12 174.17 -
System Red Green Blue C M Y K H S L
Decimal 115 9 93 0 0.92 0.19 0.55 312.45 0.85 0.24
Hex 73 9 5D 0 5C 13 37 138 55 18
Octal 163 11 135 0 134 23 67 470 125 30
Binary 1110011 1001 1011101 0 1011100 10011 110111 100111000 1010101 11000

Color Harmonies of #73095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73095D

Black with #73095D

Text Example


Text Example

White with #73095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73095D; }

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

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

background-color css

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

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

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

border-color css

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

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

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