Html Css Color HEX #73295B Palatinate Purple

📋 copy color: '#73295B'

red 115 ◦ green 41 ◦ blue 91

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

Shades of Palatinate Purple #73295B

Tints of Palatinate Purple #73295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.6%

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

R = 46.56%
G = 16.6%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#73295B (or 0x73295B) is known color: Palatinate Purple. HEX triplet: 73, 29 and 5B. RGB value is (115,41,91). Sum of RGB (Red+Green+Blue) = 115+41+91=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #73295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73295B is #8CD6A4. Grayscale: #444444. Windows color (decimal): -9229989 or 5974387. OLE color: 5974387.

HSL color Cylindrical-coordinate representation of color #73295B: hue angle of 319.46º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #73295B is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 41 91 -
CMYK 0 0.64 0.21 0.55
HSL 319.46º 0.47% 0.31% -
HSV(B) 319.46º 0.64% 0.45% -
XYZ 9.75 5.99 10.54 -
YUV 68.83 140.52 160.93 -
System Red Green Blue C M Y K H S L
Decimal 115 41 91 0 0.64 0.21 0.55 319.46 0.47 0.31
Hex 73 29 5B 0 40 15 37 13F 2F 1F
Octal 163 51 133 0 100 25 67 477 57 37
Binary 1110011 101001 1011011 0 1000000 10101 110111 100111111 101111 11111

Color Harmonies of #73295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73295B

Black with #73295B

Text Example


Text Example

White with #73295B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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