Html Css Color HEX #73155C Palatinate Purple

📋 copy color: '#73155C'

red 115 ◦ green 21 ◦ blue 92

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

Shades of Palatinate Purple #73155C

Tints of Palatinate Purple #73155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 40.35%

R = 50.44%
G = 9.21%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#73155C (or 0x73155C) is known color: Palatinate Purple. HEX triplet: 73, 15 and 5C. RGB value is (115,21,92). Sum of RGB (Red+Green+Blue) = 115+21+92=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #73155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73155C is #8CEAA3. Grayscale: #393939. Windows color (decimal): -9235108 or 6034803. OLE color: 6034803.

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

Color convert

RGB 115 21 92 -
CMYK 0 0.82 0.20 0.55
HSL 314.68º 0.69% 0.27% -
HSV(B) 314.68º 0.82% 0.45% -
XYZ 9.27 4.95 10.59 -
YUV 57.2 147.64 169.23 -
System Red Green Blue C M Y K H S L
Decimal 115 21 92 0 0.82 0.20 0.55 314.68 0.69 0.27
Hex 73 15 5C 0 52 14 37 13B 45 1B
Octal 163 25 134 0 122 24 67 473 105 33
Binary 1110011 10101 1011100 0 1010010 10100 110111 100111011 1000101 11011

Color Harmonies of #73155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73155C

Black with #73155C

Text Example


Text Example

White with #73155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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