Html Css Color HEX #78407A Eminence

📋 copy color: '#78407A'

red 120 ◦ green 64 ◦ blue 122

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

Shades of Eminence #78407A

Tints of Eminence #78407A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.92%

 BLUE value IS 122 (48.05% from 255) = 39.87%

R = 39.22%
G = 20.92%
B = 39.87%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#78407A (or 0x78407A) is known color: Eminence. HEX triplet: 78, 40 and 7A. RGB value is (120,64,122). Sum of RGB (Red+Green+Blue) = 120+64+122=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 122 - color contains mainly: blue. Hex color #78407A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78407A is #87BF85. Grayscale: #575757. Windows color (decimal): -8896390 or 8011896. OLE color: 8011896.

HSL color Cylindrical-coordinate representation of color #78407A: hue angle of 297.93º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78407A is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 120 64 122 -
CMYK 0.02 0.48 0 0.52
HSL 297.93º 0.31% 0.36% -
HSV(B) 297.93º 0.48% 0.48% -
XYZ 13.09 9.07 19.47 -
YUV 87.36 147.55 151.28 -
System Red Green Blue C M Y K H S L
Decimal 120 64 122 0.02 0.48 0 0.52 297.93 0.31 0.36
Hex 78 40 7A 2 30 0 34 12A 1F 24
Octal 170 100 172 2 60 0 64 452 37 44
Binary 1111000 1000000 1111010 10 110000 0 110100 100101010 11111 100100

Color Harmonies of #78407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78407A

Black with #78407A

Text Example


Text Example

White with #78407A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78407A; }

 p { color: rgb(120,64,122); }

 H1.HeaderClassName
 {
   color: #78407A;
 }
 .AnyTagClassName
 {
   color: #78407A;
 }
</style>

background-color css

<style>
 a { background-color: #78407A; }

 a { background-color: rgb(120,64,122); }

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

border-color css

<style>
 span { border-color: #78407A; }

 span { border-color: rgb(120,64,122); }

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