Html Css Color HEX #78377F Eminence

📋 copy color: '#78377F'

red 120 ◦ green 55 ◦ blue 127

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

Shades of Eminence #78377F

Tints of Eminence #78377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.21%

 BLUE value IS 127 (50% from 255) = 42.05%

R = 39.74%
G = 18.21%
B = 42.05%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#78377F (or 0x78377F) is known color: Eminence. HEX triplet: 78, 37 and 7F. RGB value is (120,55,127). Sum of RGB (Red+Green+Blue) = 120+55+127=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: blue. Hex color #78377F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78377F is #87C880. Grayscale: #525252. Windows color (decimal): -8898689 or 8337272. OLE color: 8337272.

HSL color Cylindrical-coordinate representation of color #78377F: hue angle of 294.17º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78377F is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 120 55 127 -
CMYK 0.06 0.57 0 0.50
HSL 294.17º 0.4% 0.36% -
HSV(B) 294.17º 0.57% 0.5% -
XYZ 12.94 8.26 20.99 -
YUV 82.64 153.03 154.65 -
System Red Green Blue C M Y K H S L
Decimal 120 55 127 0.06 0.57 0 0.50 294.17 0.4 0.36
Hex 78 37 7F 6 39 0 32 126 28 24
Octal 170 67 177 6 71 0 62 446 50 44
Binary 1111000 110111 1111111 110 111001 0 110010 100100110 101000 100100

Color Harmonies of #78377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78377F

Black with #78377F

Text Example


Text Example

White with #78377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78377F; }

 p { color: rgb(120,55,127); }

 H1.HeaderClassName
 {
   color: #78377F;
 }
 .AnyTagClassName
 {
   color: #78377F;
 }
</style>

background-color css

<style>
 a { background-color: #78377F; }

 a { background-color: rgb(120,55,127); }

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

border-color css

<style>
 span { border-color: #78377F; }

 span { border-color: rgb(120,55,127); }

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