Html Css Color HEX #783C72 Eminence

📋 copy color: '#783C72'

red 120 ◦ green 60 ◦ blue 114

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

Shades of Eminence #783C72

Tints of Eminence #783C72

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.41%

 BLUE value IS 114 (44.92% from 255) = 38.78%

R = 40.82%
G = 20.41%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#783C72 (or 0x783C72) is known color: Eminence. HEX triplet: 78, 3C and 72. RGB value is (120,60,114). Sum of RGB (Red+Green+Blue) = 120+60+114=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #783C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C72 is #87C38D. Grayscale: #535353. Windows color (decimal): -8897422 or 7486584. OLE color: 7486584.

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

Color convert

RGB 120 60 114 -
CMYK 0 0.5 0.05 0.53
HSL 306º 0.33% 0.35% -
HSV(B) 306º 0.5% 0.47% -
XYZ 12.4 8.44 16.9 -
YUV 84.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 120 60 114 0 0.5 0.05 0.53 306 0.33 0.35
Hex 78 3C 72 0 32 5 35 132 21 23
Octal 170 74 162 0 62 5 65 462 41 43
Binary 1111000 111100 1110010 0 110010 101 110101 100110010 100001 100011

Color Harmonies of #783C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783C72

Black with #783C72

Text Example


Text Example

White with #783C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,60,114); }

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

background-color css

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

 a { background-color: rgb(120,60,114); }

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

border-color css

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

 span { border-color: rgb(120,60,114); }

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