Html Css Color HEX #73185F Palatinate Purple

📋 copy color: '#73185F'

red 115 ◦ green 24 ◦ blue 95

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

Shades of Palatinate Purple #73185F

Tints of Palatinate Purple #73185F

RGB

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

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

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

R = 49.15%
G = 10.26%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73185F (or 0x73185F) is known color: Palatinate Purple. HEX triplet: 73, 18 and 5F. RGB value is (115,24,95). Sum of RGB (Red+Green+Blue) = 115+24+95=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #73185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73185F is #8CE7A0. Grayscale: #3B3B3B. Windows color (decimal): -9234337 or 6232179. OLE color: 6232179.

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

Color convert

RGB 115 24 95 -
CMYK 0 0.79 0.17 0.55
HSL 313.19º 0.65% 0.27% -
HSV(B) 313.19º 0.79% 0.45% -
XYZ 9.46 5.12 11.32 -
YUV 59.3 148.15 167.73 -
System Red Green Blue C M Y K H S L
Decimal 115 24 95 0 0.79 0.17 0.55 313.19 0.65 0.27
Hex 73 18 5F 0 4F 11 37 139 41 1B
Octal 163 30 137 0 117 21 67 471 101 33
Binary 1110011 11000 1011111 0 1001111 10001 110111 100111001 1000001 11011

Color Harmonies of #73185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73185F

Black with #73185F

Text Example


Text Example

White with #73185F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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