Html Css Color HEX #783D75 Eminence

📋 copy color: '#783D75'

red 120 ◦ green 61 ◦ blue 117

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

Shades of Eminence #783D75

Tints of Eminence #783D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.26%

R = 40.27%
G = 20.47%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#783D75 (or 0x783D75) is known color: Eminence. HEX triplet: 78, 3D and 75. RGB value is (120,61,117). Sum of RGB (Red+Green+Blue) = 120+61+117=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 120 - color contains mainly: red. Hex color #783D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783D75 is #87C28A. Grayscale: #545454. Windows color (decimal): -8897163 or 7683448. OLE color: 7683448.

HSL color Cylindrical-coordinate representation of color #783D75: hue angle of 303.05º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #783D75 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 61 117 -
CMYK 0 0.49 0.02 0.53
HSL 303.05º 0.33% 0.35% -
HSV(B) 303.05º 0.49% 0.47% -
XYZ 12.63 8.61 17.83 -
YUV 85.03 146.05 152.95 -
System Red Green Blue C M Y K H S L
Decimal 120 61 117 0 0.49 0.02 0.53 303.05 0.33 0.35
Hex 78 3D 75 0 31 2 35 12F 21 23
Octal 170 75 165 0 61 2 65 457 41 43
Binary 1111000 111101 1110101 0 110001 10 110101 100101111 100001 100011

Color Harmonies of #783D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783D75

Black with #783D75

Text Example


Text Example

White with #783D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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