Html Css Color HEX #73357D Eminence

📋 copy color: '#73357D'

red 115 ◦ green 53 ◦ blue 125

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

Shades of Eminence #73357D

Tints of Eminence #73357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.09%

 BLUE value IS 125 (49.22% from 255) = 42.66%

R = 39.25%
G = 18.09%
B = 42.66%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73357D (or 0x73357D) is known color: Eminence. HEX triplet: 73, 35 and 7D. RGB value is (115,53,125). Sum of RGB (Red+Green+Blue) = 115+53+125=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 125 - color contains mainly: blue. Hex color #73357D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73357D is #8CCA82. Grayscale: #4F4F4F. Windows color (decimal): -9226883 or 8205683. OLE color: 8205683.

HSL color Cylindrical-coordinate representation of color #73357D: hue angle of 291.67º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73357D is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 115 53 125 -
CMYK 0.08 0.58 0 0.51
HSL 291.67º 0.4% 0.35% -
HSV(B) 291.67º 0.58% 0.49% -
XYZ 12.05 7.67 20.25 -
YUV 79.75 153.54 153.15 -
System Red Green Blue C M Y K H S L
Decimal 115 53 125 0.08 0.58 0 0.51 291.67 0.4 0.35
Hex 73 35 7D 8 3A 0 33 124 28 23
Octal 163 65 175 10 72 0 63 444 50 43
Binary 1110011 110101 1111101 1000 111010 0 110011 100100100 101000 100011

Color Harmonies of #73357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73357D

Black with #73357D

Text Example


Text Example

White with #73357D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,53,125); }

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

background-color css

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

 a { background-color: rgb(115,53,125); }

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

border-color css

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

 span { border-color: rgb(115,53,125); }

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