Html Css Color HEX #783D7F Eminence

📋 copy color: '#783D7F'

red 120 ◦ green 61 ◦ blue 127

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

Shades of Eminence #783D7F

Tints of Eminence #783D7F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.81%

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

R = 38.96%
G = 19.81%
B = 41.23%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#783D7F (or 0x783D7F) is known color: Eminence. HEX triplet: 78, 3D and 7F. RGB value is (120,61,127). Sum of RGB (Red+Green+Blue) = 120+61+127=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: blue. Hex color #783D7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783D7F is #87C280. Grayscale: #555555. Windows color (decimal): -8897153 or 8338808. OLE color: 8338808.

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

Color convert

RGB 120 61 127 -
CMYK 0.06 0.52 0 0.50
HSL 293.64º 0.35% 0.37% -
HSV(B) 293.64º 0.52% 0.5% -
XYZ 13.25 8.86 21.09 -
YUV 86.17 151.05 152.13 -
System Red Green Blue C M Y K H S L
Decimal 120 61 127 0.06 0.52 0 0.50 293.64 0.35 0.37
Hex 78 3D 7F 6 34 0 32 126 23 25
Octal 170 75 177 6 64 0 62 446 43 45
Binary 1111000 111101 1111111 110 110100 0 110010 100100110 100011 100101

Color Harmonies of #783D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783D7F

Black with #783D7F

Text Example


Text Example

White with #783D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783D7F; }

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

 H1.HeaderClassName
 {
   color: #783D7F;
 }
 .AnyTagClassName
 {
   color: #783D7F;
 }
</style>

background-color css

<style>
 a { background-color: #783D7F; }

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

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

border-color css

<style>
 span { border-color: #783D7F; }

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

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