Html Css Color HEX #73285D Palatinate Purple

📋 copy color: '#73285D'

red 115 ◦ green 40 ◦ blue 93

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

Shades of Palatinate Purple #73285D

Tints of Palatinate Purple #73285D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.13%

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

R = 46.37%
G = 16.13%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#73285D (or 0x73285D) is known color: Palatinate Purple. HEX triplet: 73, 28 and 5D. RGB value is (115,40,93). Sum of RGB (Red+Green+Blue) = 115+40+93=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #73285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73285D is #8CD7A2. Grayscale: #444444. Windows color (decimal): -9230243 or 6105203. OLE color: 6105203.

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

Color convert

RGB 115 40 93 -
CMYK 0 0.65 0.19 0.55
HSL 317.6º 0.48% 0.3% -
HSV(B) 317.6º 0.65% 0.45% -
XYZ 9.8 5.95 10.99 -
YUV 68.47 141.85 161.19 -
System Red Green Blue C M Y K H S L
Decimal 115 40 93 0 0.65 0.19 0.55 317.6 0.48 0.3
Hex 73 28 5D 0 41 13 37 13E 30 1E
Octal 163 50 135 0 101 23 67 476 60 36
Binary 1110011 101000 1011101 0 1000001 10011 110111 100111110 110000 11110

Color Harmonies of #73285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73285D

Black with #73285D

Text Example


Text Example

White with #73285D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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