Html Css Color HEX #7B427C Eminence

📋 copy color: '#7B427C'

red 123 ◦ green 66 ◦ blue 124

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

Shades of Eminence #7B427C

Tints of Eminence #7B427C

RGB

 RED value IS 123 (48.44% from 255) = 39.3%

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

 BLUE value IS 124 (48.83% from 255) = 39.62%

R = 39.3%
G = 21.09%
B = 39.62%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7B427C (or 0x7B427C) is known color: Eminence. HEX triplet: 7B, 42 and 7C. RGB value is (123,66,124). Sum of RGB (Red+Green+Blue) = 123+66+124=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #7B427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B427C is #84BD83. Grayscale: #595959. Windows color (decimal): -8699268 or 8143483. OLE color: 8143483.

HSL color Cylindrical-coordinate representation of color #7B427C: hue angle of 298.97º 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 #7B427C is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 123 66 124 -
CMYK 0.01 0.47 0 0.51
HSL 298.97º 0.31% 0.37% -
HSV(B) 298.97º 0.47% 0.49% -
XYZ 13.75 9.56 20.19 -
YUV 89.66 147.38 151.78 -
System Red Green Blue C M Y K H S L
Decimal 123 66 124 0.01 0.47 0 0.51 298.97 0.31 0.37
Hex 7B 42 7C 1 2F 0 33 12B 1F 25
Octal 173 102 174 1 57 0 63 453 37 45
Binary 1111011 1000010 1111100 1 101111 0 110011 100101011 11111 100101

Color Harmonies of #7B427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B427C

Black with #7B427C

Text Example


Text Example

White with #7B427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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