Html Css Color HEX #73035E Palatinate Purple

📋 copy color: '#73035E'

red 115 ◦ green 3 ◦ blue 94

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

Shades of Palatinate Purple #73035E

Tints of Palatinate Purple #73035E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

 BLUE value IS 94 (37.11% from 255) = 44.34%

R = 54.25%
G = 1.42%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#73035E (or 0x73035E) is known color: Palatinate Purple. HEX triplet: 73, 03 and 5E. RGB value is (115,3,94). Sum of RGB (Red+Green+Blue) = 115+3+94=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #73035E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73035E is #8CFCA1. Grayscale: #2E2E2E. Windows color (decimal): -9239714 or 6161267. OLE color: 6161267.

HSL color Cylindrical-coordinate representation of color #73035E: hue angle of 311.25º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73035E is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 3 94 -
CMYK 0 0.97 0.18 0.55
HSL 311.25º 0.95% 0.23% -
HSV(B) 311.25º 0.97% 0.45% -
XYZ 9.12 4.52 10.98 -
YUV 46.86 154.61 176.6 -
System Red Green Blue C M Y K H S L
Decimal 115 3 94 0 0.97 0.18 0.55 311.25 0.95 0.23
Hex 73 3 5E 0 61 12 37 137 5F 17
Octal 163 3 136 0 141 22 67 467 137 27
Binary 1110011 11 1011110 0 1100001 10010 110111 100110111 1011111 10111

Color Harmonies of #73035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73035E

Black with #73035E

Text Example


Text Example

White with #73035E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73035E; }

 p { color: rgb(115,3,94); }

 H1.HeaderClassName
 {
   color: #73035E;
 }
 .AnyTagClassName
 {
   color: #73035E;
 }
</style>

background-color css

<style>
 a { background-color: #73035E; }

 a { background-color: rgb(115,3,94); }

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

border-color css

<style>
 span { border-color: #73035E; }

 span { border-color: rgb(115,3,94); }

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