Html Css Color HEX #73155F Palatinate Purple

📋 copy color: '#73155F'

red 115 ◦ green 21 ◦ blue 95

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

Shades of Palatinate Purple #73155F

Tints of Palatinate Purple #73155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.13%

R = 49.78%
G = 9.09%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73155F (or 0x73155F) is known color: Palatinate Purple. HEX triplet: 73, 15 and 5F. RGB value is (115,21,95). Sum of RGB (Red+Green+Blue) = 115+21+95=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #73155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73155F is #8CEAA0. Grayscale: #393939. Windows color (decimal): -9235105 or 6231411. OLE color: 6231411.

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

Color convert

RGB 115 21 95 -
CMYK 0 0.82 0.17 0.55
HSL 312.77º 0.69% 0.27% -
HSV(B) 312.77º 0.82% 0.45% -
XYZ 9.4 5.01 11.3 -
YUV 57.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 115 21 95 0 0.82 0.17 0.55 312.77 0.69 0.27
Hex 73 15 5F 0 52 11 37 139 45 1B
Octal 163 25 137 0 122 21 67 471 105 33
Binary 1110011 10101 1011111 0 1010010 10001 110111 100111001 1000101 11011

Color Harmonies of #73155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73155F

Black with #73155F

Text Example


Text Example

White with #73155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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