Html Css Color HEX #78427C Eminence

📋 copy color: '#78427C'

red 120 ◦ green 66 ◦ blue 124

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

Shades of Eminence #78427C

Tints of Eminence #78427C

RGB

 RED value IS 120 (47.27% from 255) = 38.71%

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

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

R = 38.71%
G = 21.29%
B = 40%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78427C (or 0x78427C) is known color: Eminence. HEX triplet: 78, 42 and 7C. RGB value is (120,66,124). Sum of RGB (Red+Green+Blue) = 120+66+124=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #78427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78427C is #87BD83. Grayscale: #585858. Windows color (decimal): -8895876 or 8143480. OLE color: 8143480.

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

Color convert

RGB 120 66 124 -
CMYK 0.03 0.47 0 0.51
HSL 295.86º 0.31% 0.37% -
HSV(B) 295.86º 0.47% 0.49% -
XYZ 13.33 9.34 20.17 -
YUV 88.76 147.89 150.28 -
System Red Green Blue C M Y K H S L
Decimal 120 66 124 0.03 0.47 0 0.51 295.86 0.31 0.37
Hex 78 42 7C 3 2F 0 33 128 1F 25
Octal 170 102 174 3 57 0 63 450 37 45
Binary 1111000 1000010 1111100 11 101111 0 110011 100101000 11111 100101

Color Harmonies of #78427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78427C

Black with #78427C

Text Example


Text Example

White with #78427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78427C; }

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

 H1.HeaderClassName
 {
   color: #78427C;
 }
 .AnyTagClassName
 {
   color: #78427C;
 }
</style>

background-color css

<style>
 a { background-color: #78427C; }

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

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

border-color css

<style>
 span { border-color: #78427C; }

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

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