Html Css Color HEX #73135B Palatinate Purple

📋 copy color: '#73135B'

red 115 ◦ green 19 ◦ blue 91

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

Shades of Palatinate Purple #73135B

Tints of Palatinate Purple #73135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.44%

 BLUE value IS 91 (35.94% from 255) = 40.44%

R = 51.11%
G = 8.44%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#73135B (or 0x73135B) is known color: Palatinate Purple. HEX triplet: 73, 13 and 5B. RGB value is (115,19,91). Sum of RGB (Red+Green+Blue) = 115+19+91=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #73135B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73135B is #8CECA4. Grayscale: #373737. Windows color (decimal): -9235621 or 5968755. OLE color: 5968755.

HSL color Cylindrical-coordinate representation of color #73135B: hue angle of 315º degrees, saturation: 0.72, 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 #73135B is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 19 91 -
CMYK 0 0.83 0.21 0.55
HSL 315º 0.72% 0.26% -
HSV(B) 315º 0.83% 0.45% -
XYZ 9.19 4.87 10.35 -
YUV 55.91 147.8 170.15 -
System Red Green Blue C M Y K H S L
Decimal 115 19 91 0 0.83 0.21 0.55 315 0.72 0.26
Hex 73 13 5B 0 53 15 37 13B 48 1A
Octal 163 23 133 0 123 25 67 473 110 32
Binary 1110011 10011 1011011 0 1010011 10101 110111 100111011 1001000 11010

Color Harmonies of #73135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73135B

Black with #73135B

Text Example


Text Example

White with #73135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73135B; }

 p { color: rgb(115,19,91); }

 H1.HeaderClassName
 {
   color: #73135B;
 }
 .AnyTagClassName
 {
   color: #73135B;
 }
</style>

background-color css

<style>
 a { background-color: #73135B; }

 a { background-color: rgb(115,19,91); }

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

border-color css

<style>
 span { border-color: #73135B; }

 span { border-color: rgb(115,19,91); }

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