Html Css Color HEX #73195A Palatinate Purple

📋 copy color: '#73195A'

red 115 ◦ green 25 ◦ blue 90

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

Shades of Palatinate Purple #73195A

Tints of Palatinate Purple #73195A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.87%

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

R = 50%
G = 10.87%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#73195A (or 0x73195A) is known color: Palatinate Purple. HEX triplet: 73, 19 and 5A. RGB value is (115,25,90). Sum of RGB (Red+Green+Blue) = 115+25+90=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #73195A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73195A is #8CE6A5. Grayscale: #3B3B3B. Windows color (decimal): -9234086 or 5904755. OLE color: 5904755.

HSL color Cylindrical-coordinate representation of color #73195A: hue angle of 316.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73195A is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 25 90 -
CMYK 0 0.78 0.22 0.55
HSL 316.67º 0.64% 0.27% -
HSV(B) 316.67º 0.78% 0.45% -
XYZ 9.26 5.08 10.16 -
YUV 59.32 145.32 167.71 -
System Red Green Blue C M Y K H S L
Decimal 115 25 90 0 0.78 0.22 0.55 316.67 0.64 0.27
Hex 73 19 5A 0 4E 16 37 13D 40 1B
Octal 163 31 132 0 116 26 67 475 100 33
Binary 1110011 11001 1011010 0 1001110 10110 110111 100111101 1000000 11011

Color Harmonies of #73195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73195A

Black with #73195A

Text Example


Text Example

White with #73195A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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