Html Css Color HEX #73195C Palatinate Purple

📋 copy color: '#73195C'

red 115 ◦ green 25 ◦ blue 92

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

Shades of Palatinate Purple #73195C

Tints of Palatinate Purple #73195C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.66%

R = 49.57%
G = 10.78%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#73195C (or 0x73195C) is known color: Palatinate Purple. HEX triplet: 73, 19 and 5C. RGB value is (115,25,92). Sum of RGB (Red+Green+Blue) = 115+25+92=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #73195C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73195C is #8CE6A3. Grayscale: #3B3B3B. Windows color (decimal): -9234084 or 6035827. OLE color: 6035827.

HSL color Cylindrical-coordinate representation of color #73195C: hue angle of 315.33º 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 #73195C is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 25 92 -
CMYK 0 0.78 0.20 0.55
HSL 315.33º 0.64% 0.27% -
HSV(B) 315.33º 0.78% 0.45% -
XYZ 9.35 5.11 10.62 -
YUV 59.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 115 25 92 0 0.78 0.20 0.55 315.33 0.64 0.27
Hex 73 19 5C 0 4E 14 37 13B 40 1B
Octal 163 31 134 0 116 24 67 473 100 33
Binary 1110011 11001 1011100 0 1001110 10100 110111 100111011 1000000 11011

Color Harmonies of #73195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73195C

Black with #73195C

Text Example


Text Example

White with #73195C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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