Html Css Color HEX #78277F Eminence

📋 copy color: '#78277F'

red 120 ◦ green 39 ◦ blue 127

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

Shades of Eminence #78277F

Tints of Eminence #78277F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.64%

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

R = 41.96%
G = 13.64%
B = 44.41%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#78277F (or 0x78277F) is known color: Eminence. HEX triplet: 78, 27 and 7F. RGB value is (120,39,127). Sum of RGB (Red+Green+Blue) = 120+39+127=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 127 - color contains mainly: blue. Hex color #78277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78277F is #87D880. Grayscale: #484848. Windows color (decimal): -8902785 or 8333176. OLE color: 8333176.

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

Color convert

RGB 120 39 127 -
CMYK 0.06 0.69 0 0.50
HSL 295.23º 0.53% 0.33% -
HSV(B) 295.23º 0.69% 0.5% -
XYZ 12.3 6.98 20.78 -
YUV 73.25 158.34 161.34 -
System Red Green Blue C M Y K H S L
Decimal 120 39 127 0.06 0.69 0 0.50 295.23 0.53 0.33
Hex 78 27 7F 6 45 0 32 127 35 21
Octal 170 47 177 6 105 0 62 447 65 41
Binary 1111000 100111 1111111 110 1000101 0 110010 100100111 110101 100001

Color Harmonies of #78277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78277F

Black with #78277F

Text Example


Text Example

White with #78277F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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