Html Css Color HEX #73146A Palatinate Purple

📋 copy color: '#73146A'

red 115 ◦ green 20 ◦ blue 106

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

Shades of Palatinate Purple #73146A

Tints of Palatinate Purple #73146A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.3%

 BLUE value IS 106 (41.8% from 255) = 43.98%

R = 47.72%
G = 8.3%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#73146A (or 0x73146A) is known color: Palatinate Purple. HEX triplet: 73, 14 and 6A. RGB value is (115,20,106). Sum of RGB (Red+Green+Blue) = 115+20+106=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #73146A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73146A is #8CEB95. Grayscale: #393939. Windows color (decimal): -9235350 or 6952051. OLE color: 6952051.

HSL color Cylindrical-coordinate representation of color #73146A: hue angle of 305.68º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73146A is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 20 106 -
CMYK 0 0.83 0.08 0.55
HSL 305.68º 0.7% 0.26% -
HSV(B) 305.68º 0.83% 0.45% -
XYZ 9.92 5.19 14.11 -
YUV 58.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 115 20 106 0 0.83 0.08 0.55 305.68 0.7 0.26
Hex 73 14 6A 0 53 8 37 132 46 1A
Octal 163 24 152 0 123 10 67 462 106 32
Binary 1110011 10100 1101010 0 1010011 1000 110111 100110010 1000110 11010

Color Harmonies of #73146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73146A

Black with #73146A

Text Example


Text Example

White with #73146A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,20,106); }

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

background-color css

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

 a { background-color: rgb(115,20,106); }

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

border-color css

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

 span { border-color: rgb(115,20,106); }

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