Html Css Color HEX #73185A Palatinate Purple

📋 copy color: '#73185A'

red 115 ◦ green 24 ◦ blue 90

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

Shades of Palatinate Purple #73185A

Tints of Palatinate Purple #73185A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.3%

R = 50.22%
G = 10.48%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#73185A (or 0x73185A) is known color: Palatinate Purple. HEX triplet: 73, 18 and 5A. RGB value is (115,24,90). Sum of RGB (Red+Green+Blue) = 115+24+90=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #73185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73185A is #8CE7A5. Grayscale: #3A3A3A. Windows color (decimal): -9234342 or 5904499. OLE color: 5904499.

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

Color convert

RGB 115 24 90 -
CMYK 0 0.79 0.22 0.55
HSL 316.48º 0.65% 0.27% -
HSV(B) 316.48º 0.79% 0.45% -
XYZ 9.24 5.04 10.16 -
YUV 58.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 115 24 90 0 0.79 0.22 0.55 316.48 0.65 0.27
Hex 73 18 5A 0 4F 16 37 13C 41 1B
Octal 163 30 132 0 117 26 67 474 101 33
Binary 1110011 11000 1011010 0 1001111 10110 110111 100111100 1000001 11011

Color Harmonies of #73185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73185A

Black with #73185A

Text Example


Text Example

White with #73185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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