Html Css Color HEX #78387F Eminence

📋 copy color: '#78387F'

red 120 ◦ green 56 ◦ blue 127

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

Shades of Eminence #78387F

Tints of Eminence #78387F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.48%

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

R = 39.6%
G = 18.48%
B = 41.91%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#78387F (or 0x78387F) is known color: Eminence. HEX triplet: 78, 38 and 7F. RGB value is (120,56,127). Sum of RGB (Red+Green+Blue) = 120+56+127=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #78387F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78387F is #87C780. Grayscale: #535353. Windows color (decimal): -8898433 or 8337528. OLE color: 8337528.

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

Color convert

RGB 120 56 127 -
CMYK 0.06 0.56 0 0.50
HSL 294.08º 0.39% 0.36% -
HSV(B) 294.08º 0.56% 0.5% -
XYZ 12.99 8.35 21.01 -
YUV 83.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 120 56 127 0.06 0.56 0 0.50 294.08 0.39 0.36
Hex 78 38 7F 6 38 0 32 126 27 24
Octal 170 70 177 6 70 0 62 446 47 44
Binary 1111000 111000 1111111 110 111000 0 110010 100100110 100111 100100

Color Harmonies of #78387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78387F

Black with #78387F

Text Example


Text Example

White with #78387F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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