Html Css Color HEX #73196C Palatinate Purple

📋 copy color: '#73196C'

red 115 ◦ green 25 ◦ blue 108

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

Shades of Palatinate Purple #73196C

Tints of Palatinate Purple #73196C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.55%

R = 46.37%
G = 10.08%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#73196C (or 0x73196C) is known color: Palatinate Purple. HEX triplet: 73, 19 and 6C. RGB value is (115,25,108). Sum of RGB (Red+Green+Blue) = 115+25+108=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #73196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73196C is #8CE693. Grayscale: #3D3D3D. Windows color (decimal): -9234068 or 7084403. OLE color: 7084403.

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

Color convert

RGB 115 25 108 -
CMYK 0 0.78 0.06 0.55
HSL 304.67º 0.64% 0.27% -
HSV(B) 304.67º 0.78% 0.45% -
XYZ 10.12 5.42 14.7 -
YUV 61.37 154.32 166.25 -
System Red Green Blue C M Y K H S L
Decimal 115 25 108 0 0.78 0.06 0.55 304.67 0.64 0.27
Hex 73 19 6C 0 4E 6 37 131 40 1B
Octal 163 31 154 0 116 6 67 461 100 33
Binary 1110011 11001 1101100 0 1001110 110 110111 100110001 1000000 11011

Color Harmonies of #73196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73196C

Black with #73196C

Text Example


Text Example

White with #73196C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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