Html Css Color HEX #78327F Eminence

📋 copy color: '#78327F'

red 120 ◦ green 50 ◦ blue 127

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

Shades of Eminence #78327F

Tints of Eminence #78327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.84%

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

R = 40.4%
G = 16.84%
B = 42.76%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#78327F (or 0x78327F) is known color: Eminence. HEX triplet: 78, 32 and 7F. RGB value is (120,50,127). Sum of RGB (Red+Green+Blue) = 120+50+127=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 127 - color contains mainly: blue. Hex color #78327F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78327F is #87CD80. Grayscale: #4F4F4F. Windows color (decimal): -8899969 or 8335992. OLE color: 8335992.

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

Color convert

RGB 120 50 127 -
CMYK 0.06 0.61 0 0.50
HSL 294.55º 0.44% 0.35% -
HSV(B) 294.55º 0.61% 0.5% -
XYZ 12.72 7.81 20.92 -
YUV 79.71 154.69 156.74 -
System Red Green Blue C M Y K H S L
Decimal 120 50 127 0.06 0.61 0 0.50 294.55 0.44 0.35
Hex 78 32 7F 6 3D 0 32 127 2C 23
Octal 170 62 177 6 75 0 62 447 54 43
Binary 1111000 110010 1111111 110 111101 0 110010 100100111 101100 100011

Color Harmonies of #78327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78327F

Black with #78327F

Text Example


Text Example

White with #78327F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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