Html Css Color HEX #7C367B Eminence

📋 copy color: '#7C367B'

red 124 ◦ green 54 ◦ blue 123

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

Shades of Eminence #7C367B

Tints of Eminence #7C367B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.94%

 BLUE value IS 123 (48.44% from 255) = 40.86%

R = 41.2%
G = 17.94%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#7C367B (or 0x7C367B) is known color: Eminence. HEX triplet: 7C, 36 and 7B. RGB value is (124,54,123). Sum of RGB (Red+Green+Blue) = 124+54+123=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 124 - color contains mainly: red. Hex color #7C367B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C367B is #83C984. Grayscale: #525252. Windows color (decimal): -8636805 or 8074876. OLE color: 8074876.

HSL color Cylindrical-coordinate representation of color #7C367B: hue angle of 300.86º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C367B is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 54 123 -
CMYK 0 0.56 0.01 0.51
HSL 300.86º 0.39% 0.35% -
HSV(B) 300.86º 0.56% 0.49% -
XYZ 13.21 8.35 19.66 -
YUV 82.8 150.69 157.39 -
System Red Green Blue C M Y K H S L
Decimal 124 54 123 0 0.56 0.01 0.51 300.86 0.39 0.35
Hex 7C 36 7B 0 38 1 33 12D 27 23
Octal 174 66 173 0 70 1 63 455 47 43
Binary 1111100 110110 1111011 0 111000 1 110011 100101101 100111 100011

Color Harmonies of #7C367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C367B

Black with #7C367B

Text Example


Text Example

White with #7C367B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,54,123); }

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

background-color css

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

 a { background-color: rgb(124,54,123); }

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

border-color css

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

 span { border-color: rgb(124,54,123); }

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