Html Css Color HEX #73075A Palatinate Purple

📋 copy color: '#73075A'

red 115 ◦ green 7 ◦ blue 90

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

Shades of Palatinate Purple #73075A

Tints of Palatinate Purple #73075A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 42.45%

R = 54.25%
G = 3.3%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#73075A (or 0x73075A) is known color: Palatinate Purple. HEX triplet: 73, 07 and 5A. RGB value is (115,7,90). Sum of RGB (Red+Green+Blue) = 115+7+90=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #73075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73075A is #8CF8A5. Grayscale: #303030. Windows color (decimal): -9238694 or 5900147. OLE color: 5900147.

HSL color Cylindrical-coordinate representation of color #73075A: hue angle of 313.89º 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 #73075A is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 7 90 -
CMYK 0 0.94 0.22 0.55
HSL 313.89º 0.89% 0.24% -
HSV(B) 313.89º 0.94% 0.45% -
XYZ 8.99 4.53 10.07 -
YUV 48.75 151.28 175.25 -
System Red Green Blue C M Y K H S L
Decimal 115 7 90 0 0.94 0.22 0.55 313.89 0.89 0.24
Hex 73 7 5A 0 5E 16 37 13A 59 18
Octal 163 7 132 0 136 26 67 472 131 30
Binary 1110011 111 1011010 0 1011110 10110 110111 100111010 1011001 11000

Color Harmonies of #73075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73075A

Black with #73075A

Text Example


Text Example

White with #73075A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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