Html Css Color HEX #78287D Eminence

📋 copy color: '#78287D'

red 120 ◦ green 40 ◦ blue 125

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

Shades of Eminence #78287D

Tints of Eminence #78287D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.04%

 BLUE value IS 125 (49.22% from 255) = 43.86%

R = 42.11%
G = 14.04%
B = 43.86%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78287D (or 0x78287D) is known color: Eminence. HEX triplet: 78, 28 and 7D. RGB value is (120,40,125). Sum of RGB (Red+Green+Blue) = 120+40+125=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #78287D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78287D is #87D782. Grayscale: #494949. Windows color (decimal): -8902531 or 8202360. OLE color: 8202360.

HSL color Cylindrical-coordinate representation of color #78287D: hue angle of 296.47º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78287D is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 40 125 -
CMYK 0.04 0.68 0 0.51
HSL 296.47º 0.52% 0.32% -
HSV(B) 296.47º 0.68% 0.49% -
XYZ 12.21 6.99 20.11 -
YUV 73.61 157 161.09 -
System Red Green Blue C M Y K H S L
Decimal 120 40 125 0.04 0.68 0 0.51 296.47 0.52 0.32
Hex 78 28 7D 4 44 0 33 128 34 20
Octal 170 50 175 4 104 0 63 450 64 40
Binary 1111000 101000 1111101 100 1000100 0 110011 100101000 110100 100000

Color Harmonies of #78287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78287D

Black with #78287D

Text Example


Text Example

White with #78287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78287D; }

 p { color: rgb(120,40,125); }

 H1.HeaderClassName
 {
   color: #78287D;
 }
 .AnyTagClassName
 {
   color: #78287D;
 }
</style>

background-color css

<style>
 a { background-color: #78287D; }

 a { background-color: rgb(120,40,125); }

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

border-color css

<style>
 span { border-color: #78287D; }

 span { border-color: rgb(120,40,125); }

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