Html Css Color HEX #73155E Palatinate Purple

📋 copy color: '#73155E'

red 115 ◦ green 21 ◦ blue 94

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

Shades of Palatinate Purple #73155E

Tints of Palatinate Purple #73155E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.87%

R = 50%
G = 9.13%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#73155E (or 0x73155E) is known color: Palatinate Purple. HEX triplet: 73, 15 and 5E. RGB value is (115,21,94). Sum of RGB (Red+Green+Blue) = 115+21+94=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #73155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73155E is #8CEAA1. Grayscale: #393939. Windows color (decimal): -9235106 or 6165875. OLE color: 6165875.

HSL color Cylindrical-coordinate representation of color #73155E: hue angle of 313.4º 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 #73155E is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 21 94 -
CMYK 0 0.82 0.18 0.55
HSL 313.4º 0.69% 0.27% -
HSV(B) 313.4º 0.82% 0.45% -
XYZ 9.36 4.99 11.06 -
YUV 57.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 115 21 94 0 0.82 0.18 0.55 313.4 0.69 0.27
Hex 73 15 5E 0 52 12 37 139 45 1B
Octal 163 25 136 0 122 22 67 471 105 33
Binary 1110011 10101 1011110 0 1010010 10010 110111 100111001 1000101 11011

Color Harmonies of #73155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73155E

Black with #73155E

Text Example


Text Example

White with #73155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73155E; }

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

 H1.HeaderClassName
 {
   color: #73155E;
 }
 .AnyTagClassName
 {
   color: #73155E;
 }
</style>

background-color css

<style>
 a { background-color: #73155E; }

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

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

border-color css

<style>
 span { border-color: #73155E; }

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

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