Html Css Color HEX #73075E Palatinate Purple

📋 copy color: '#73075E'

red 115 ◦ green 7 ◦ blue 94

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

Shades of Palatinate Purple #73075E

Tints of Palatinate Purple #73075E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.24%

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

R = 53.24%
G = 3.24%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#73075E (or 0x73075E) is known color: Palatinate Purple. HEX triplet: 73, 07 and 5E. RGB value is (115,7,94). Sum of RGB (Red+Green+Blue) = 115+7+94=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #73075E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73075E is #8CF8A1. Grayscale: #303030. Windows color (decimal): -9238690 or 6162291. OLE color: 6162291.

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

Color convert

RGB 115 7 94 -
CMYK 0 0.94 0.18 0.55
HSL 311.67º 0.89% 0.24% -
HSV(B) 311.67º 0.94% 0.45% -
XYZ 9.17 4.6 11 -
YUV 49.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 115 7 94 0 0.94 0.18 0.55 311.67 0.89 0.24
Hex 73 7 5E 0 5E 12 37 138 59 18
Octal 163 7 136 0 136 22 67 470 131 30
Binary 1110011 111 1011110 0 1011110 10010 110111 100111000 1011001 11000

Color Harmonies of #73075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73075E

Black with #73075E

Text Example


Text Example

White with #73075E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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