Html Css Color HEX #73156A Palatinate Purple

📋 copy color: '#73156A'

red 115 ◦ green 21 ◦ blue 106

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

Shades of Palatinate Purple #73156A

Tints of Palatinate Purple #73156A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.68%

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

R = 47.52%
G = 8.68%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#73156A (or 0x73156A) is known color: Palatinate Purple. HEX triplet: 73, 15 and 6A. RGB value is (115,21,106). Sum of RGB (Red+Green+Blue) = 115+21+106=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #73156A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73156A is #8CEA95. Grayscale: #3A3A3A. Windows color (decimal): -9235094 or 6952307. OLE color: 6952307.

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

Color convert

RGB 115 21 106 -
CMYK 0 0.82 0.08 0.55
HSL 305.74º 0.69% 0.27% -
HSV(B) 305.74º 0.82% 0.45% -
XYZ 9.94 5.22 14.12 -
YUV 58.8 154.64 168.09 -
System Red Green Blue C M Y K H S L
Decimal 115 21 106 0 0.82 0.08 0.55 305.74 0.69 0.27
Hex 73 15 6A 0 52 8 37 132 45 1B
Octal 163 25 152 0 122 10 67 462 105 33
Binary 1110011 10101 1101010 0 1010010 1000 110111 100110010 1000101 11011

Color Harmonies of #73156A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73156A

Black with #73156A

Text Example


Text Example

White with #73156A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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