Html Css Color HEX #73365D Palatinate Purple

📋 copy color: '#73365D'

red 115 ◦ green 54 ◦ blue 93

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

Shades of Palatinate Purple #73365D

Tints of Palatinate Purple #73365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.61%

 BLUE value IS 93 (36.72% from 255) = 35.5%

R = 43.89%
G = 20.61%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#73365D (or 0x73365D) is known color: Palatinate Purple. HEX triplet: 73, 36 and 5D. RGB value is (115,54,93). Sum of RGB (Red+Green+Blue) = 115+54+93=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #73365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73365D is #8CC9A2. Grayscale: #4C4C4C. Windows color (decimal): -9226659 or 6108787. OLE color: 6108787.

HSL color Cylindrical-coordinate representation of color #73365D: hue angle of 321.64º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73365D is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 54 93 -
CMYK 0 0.53 0.19 0.55
HSL 321.64º 0.36% 0.33% -
HSV(B) 321.64º 0.53% 0.45% -
XYZ 10.37 7.07 11.17 -
YUV 76.69 137.21 155.33 -
System Red Green Blue C M Y K H S L
Decimal 115 54 93 0 0.53 0.19 0.55 321.64 0.36 0.33
Hex 73 36 5D 0 35 13 37 142 24 21
Octal 163 66 135 0 65 23 67 502 44 41
Binary 1110011 110110 1011101 0 110101 10011 110111 101000010 100100 100001

Color Harmonies of #73365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73365D

Black with #73365D

Text Example


Text Example

White with #73365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73365D; }

 p { color: rgb(115,54,93); }

 H1.HeaderClassName
 {
   color: #73365D;
 }
 .AnyTagClassName
 {
   color: #73365D;
 }
</style>

background-color css

<style>
 a { background-color: #73365D; }

 a { background-color: rgb(115,54,93); }

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

border-color css

<style>
 span { border-color: #73365D; }

 span { border-color: rgb(115,54,93); }

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