Html Css Color HEX #73427F Eminence

📋 copy color: '#73427F'

red 115 ◦ green 66 ◦ blue 127

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

Shades of Eminence #73427F

Tints of Eminence #73427F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.43%

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

R = 37.34%
G = 21.43%
B = 41.23%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#73427F (or 0x73427F) is known color: Eminence. HEX triplet: 73, 42 and 7F. RGB value is (115,66,127). Sum of RGB (Red+Green+Blue) = 115+66+127=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: blue. Hex color #73427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73427F is #8CBD80. Grayscale: #575757. Windows color (decimal): -9223553 or 8340083. OLE color: 8340083.

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

Color convert

RGB 115 66 127 -
CMYK 0.09 0.48 0 0.50
HSL 288.2º 0.32% 0.38% -
HSV(B) 288.2º 0.48% 0.5% -
XYZ 12.85 9.07 21.15 -
YUV 87.61 150.23 147.54 -
System Red Green Blue C M Y K H S L
Decimal 115 66 127 0.09 0.48 0 0.50 288.2 0.32 0.38
Hex 73 42 7F 9 30 0 32 120 20 26
Octal 163 102 177 11 60 0 62 440 40 46
Binary 1110011 1000010 1111111 1001 110000 0 110010 100100000 100000 100110

Color Harmonies of #73427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73427F

Black with #73427F

Text Example


Text Example

White with #73427F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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