Html Css Color HEX #73196B Palatinate Purple

📋 copy color: '#73196B'

red 115 ◦ green 25 ◦ blue 107

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

Shades of Palatinate Purple #73196B

Tints of Palatinate Purple #73196B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 43.32%

R = 46.56%
G = 10.12%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#73196B (or 0x73196B) is known color: Palatinate Purple. HEX triplet: 73, 19 and 6B. RGB value is (115,25,107). Sum of RGB (Red+Green+Blue) = 115+25+107=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #73196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73196B is #8CE694. Grayscale: #3D3D3D. Windows color (decimal): -9234069 or 7018867. OLE color: 7018867.

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

Color convert

RGB 115 25 107 -
CMYK 0 0.78 0.07 0.55
HSL 305.33º 0.64% 0.27% -
HSV(B) 305.33º 0.78% 0.45% -
XYZ 10.07 5.4 14.42 -
YUV 61.26 153.82 166.33 -
System Red Green Blue C M Y K H S L
Decimal 115 25 107 0 0.78 0.07 0.55 305.33 0.64 0.27
Hex 73 19 6B 0 4E 7 37 131 40 1B
Octal 163 31 153 0 116 7 67 461 100 33
Binary 1110011 11001 1101011 0 1001110 111 110111 100110001 1000000 11011

Color Harmonies of #73196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73196B

Black with #73196B

Text Example


Text Example

White with #73196B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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