Html Css Color HEX #7C4273 Eminence

📋 copy color: '#7C4273'

red 124 ◦ green 66 ◦ blue 115

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

Shades of Eminence #7C4273

Tints of Eminence #7C4273

RGB

 RED value IS 124 (48.83% from 255) = 40.66%

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

 BLUE value IS 115 (45.31% from 255) = 37.7%

R = 40.66%
G = 21.64%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#7C4273 (or 0x7C4273) is known color: Eminence. HEX triplet: 7C, 42 and 73. RGB value is (124,66,115). Sum of RGB (Red+Green+Blue) = 124+66+115=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4273 is #83BD8C. Grayscale: #585858. Windows color (decimal): -8633741 or 7553660. OLE color: 7553660.

HSL color Cylindrical-coordinate representation of color #7C4273: hue angle of 309.31º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C4273 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 66 115 -
CMYK 0 0.47 0.07 0.51
HSL 309.31º 0.31% 0.37% -
HSV(B) 309.31º 0.47% 0.49% -
XYZ 13.35 9.42 17.33 -
YUV 88.93 142.72 153.02 -
System Red Green Blue C M Y K H S L
Decimal 124 66 115 0 0.47 0.07 0.51 309.31 0.31 0.37
Hex 7C 42 73 0 2F 7 33 135 1F 25
Octal 174 102 163 0 57 7 63 465 37 45
Binary 1111100 1000010 1110011 0 101111 111 110011 100110101 11111 100101

Color Harmonies of #7C4273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4273

Black with #7C4273

Text Example


Text Example

White with #7C4273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C4273; }

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

 H1.HeaderClassName
 {
   color: #7C4273;
 }
 .AnyTagClassName
 {
   color: #7C4273;
 }
</style>

background-color css

<style>
 a { background-color: #7C4273; }

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

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

border-color css

<style>
 span { border-color: #7C4273; }

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

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