Html Css Color HEX #73377F Eminence

📋 copy color: '#73377F'

red 115 ◦ green 55 ◦ blue 127

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

Shades of Eminence #73377F

Tints of Eminence #73377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.52%

 BLUE value IS 127 (50% from 255) = 42.76%

R = 38.72%
G = 18.52%
B = 42.76%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#73377F (or 0x73377F) is known color: Eminence. HEX triplet: 73, 37 and 7F. RGB value is (115,55,127). Sum of RGB (Red+Green+Blue) = 115+55+127=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 127 - color contains mainly: blue. Hex color #73377F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73377F is #8CC880. Grayscale: #505050. Windows color (decimal): -9226369 or 8337267. OLE color: 8337267.

HSL color Cylindrical-coordinate representation of color #73377F: hue angle of 290º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73377F is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 55 127 -
CMYK 0.09 0.57 0 0.50
HSL 290º 0.4% 0.36% -
HSV(B) 290º 0.57% 0.5% -
XYZ 12.27 7.91 20.96 -
YUV 81.15 153.88 152.15 -
System Red Green Blue C M Y K H S L
Decimal 115 55 127 0.09 0.57 0 0.50 290 0.4 0.36
Hex 73 37 7F 9 39 0 32 122 28 24
Octal 163 67 177 11 71 0 62 442 50 44
Binary 1110011 110111 1111111 1001 111001 0 110010 100100010 101000 100100

Color Harmonies of #73377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73377F

Black with #73377F

Text Example


Text Example

White with #73377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73377F; }

 p { color: rgb(115,55,127); }

 H1.HeaderClassName
 {
   color: #73377F;
 }
 .AnyTagClassName
 {
   color: #73377F;
 }
</style>

background-color css

<style>
 a { background-color: #73377F; }

 a { background-color: rgb(115,55,127); }

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

border-color css

<style>
 span { border-color: #73377F; }

 span { border-color: rgb(115,55,127); }

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