Html Css Color HEX #73185D Palatinate Purple

📋 copy color: '#73185D'

red 115 ◦ green 24 ◦ blue 93

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

Shades of Palatinate Purple #73185D

Tints of Palatinate Purple #73185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.34%

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

R = 49.57%
G = 10.34%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#73185D (or 0x73185D) is known color: Palatinate Purple. HEX triplet: 73, 18 and 5D. RGB value is (115,24,93). Sum of RGB (Red+Green+Blue) = 115+24+93=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #73185D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73185D is #8CE7A2. Grayscale: #3A3A3A. Windows color (decimal): -9234339 or 6101107. OLE color: 6101107.

HSL color Cylindrical-coordinate representation of color #73185D: hue angle of 314.51º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #73185D is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 24 93 -
CMYK 0 0.79 0.19 0.55
HSL 314.51º 0.65% 0.27% -
HSV(B) 314.51º 0.79% 0.45% -
XYZ 9.37 5.09 10.84 -
YUV 59.08 147.15 167.89 -
System Red Green Blue C M Y K H S L
Decimal 115 24 93 0 0.79 0.19 0.55 314.51 0.65 0.27
Hex 73 18 5D 0 4F 13 37 13B 41 1B
Octal 163 30 135 0 117 23 67 473 101 33
Binary 1110011 11000 1011101 0 1001111 10011 110111 100111011 1000001 11011

Color Harmonies of #73185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73185D

Black with #73185D

Text Example


Text Example

White with #73185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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