Html Css Color HEX #73395F Palatinate Purple

📋 copy color: '#73395F'

red 115 ◦ green 57 ◦ blue 95

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

Shades of Palatinate Purple #73395F

Tints of Palatinate Purple #73395F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.35%

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

R = 43.07%
G = 21.35%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73395F (or 0x73395F) is known color: Palatinate Purple. HEX triplet: 73, 39 and 5F. RGB value is (115,57,95). Sum of RGB (Red+Green+Blue) = 115+57+95=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #73395F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73395F is #8CC6A0. Grayscale: #4E4E4E. Windows color (decimal): -9225889 or 6240627. OLE color: 6240627.

HSL color Cylindrical-coordinate representation of color #73395F: hue angle of 320.69º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73395F is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 57 95 -
CMYK 0 0.50 0.17 0.55
HSL 320.69º 0.34% 0.34% -
HSV(B) 320.69º 0.5% 0.45% -
XYZ 10.6 7.4 11.7 -
YUV 78.67 137.22 153.91 -
System Red Green Blue C M Y K H S L
Decimal 115 57 95 0 0.50 0.17 0.55 320.69 0.34 0.34
Hex 73 39 5F 0 32 11 37 141 22 22
Octal 163 71 137 0 62 21 67 501 42 42
Binary 1110011 111001 1011111 0 110010 10001 110111 101000001 100010 100010

Color Harmonies of #73395F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73395F

Black with #73395F

Text Example


Text Example

White with #73395F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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