Html Css Color HEX #78417B Eminence

📋 copy color: '#78417B'

red 120 ◦ green 65 ◦ blue 123

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

Shades of Eminence #78417B

Tints of Eminence #78417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.1%

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

R = 38.96%
G = 21.1%
B = 39.94%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#78417B (or 0x78417B) is known color: Eminence. HEX triplet: 78, 41 and 7B. RGB value is (120,65,123). Sum of RGB (Red+Green+Blue) = 120+65+123=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #78417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78417B is #87BE84. Grayscale: #575757. Windows color (decimal): -8896133 or 8077688. OLE color: 8077688.

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

Color convert

RGB 120 65 123 -
CMYK 0.02 0.47 0 0.52
HSL 296.9º 0.31% 0.37% -
HSV(B) 296.9º 0.47% 0.48% -
XYZ 13.21 9.2 19.82 -
YUV 88.06 147.72 150.78 -
System Red Green Blue C M Y K H S L
Decimal 120 65 123 0.02 0.47 0 0.52 296.9 0.31 0.37
Hex 78 41 7B 2 2F 0 34 129 1F 25
Octal 170 101 173 2 57 0 64 451 37 45
Binary 1111000 1000001 1111011 10 101111 0 110100 100101001 11111 100101

Color Harmonies of #78417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78417B

Black with #78417B

Text Example


Text Example

White with #78417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78417B; }

 p { color: rgb(120,65,123); }

 H1.HeaderClassName
 {
   color: #78417B;
 }
 .AnyTagClassName
 {
   color: #78417B;
 }
</style>

background-color css

<style>
 a { background-color: #78417B; }

 a { background-color: rgb(120,65,123); }

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

border-color css

<style>
 span { border-color: #78417B; }

 span { border-color: rgb(120,65,123); }

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