Html Css Color HEX #803F7C Eminence

📋 copy color: '#803F7C'

red 128 ◦ green 63 ◦ blue 124

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

Shades of Eminence #803F7C

Tints of Eminence #803F7C

RGB

 RED value IS 128 (50.39% from 255) = 40.63%

 GREEN value IS 63 (25% from 255) = 20%

 BLUE value IS 124 (48.83% from 255) = 39.37%

R = 40.63%
G = 20%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#803F7C (or 0x803F7C) is known color: Eminence. HEX triplet: 80, 3F and 7C. RGB value is (128,63,124). Sum of RGB (Red+Green+Blue) = 128+63+124=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 128 - color contains mainly: red. Hex color #803F7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803F7C is #7FC083. Grayscale: #595959. Windows color (decimal): -8372356 or 8142720. OLE color: 8142720.

HSL color Cylindrical-coordinate representation of color #803F7C: hue angle of 303.69º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #803F7C is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 63 124 -
CMYK 0 0.51 0.03 0.50
HSL 303.69º 0.34% 0.37% -
HSV(B) 303.69º 0.51% 0.5% -
XYZ 14.32 9.6 20.17 -
YUV 89.39 147.53 155.54 -
System Red Green Blue C M Y K H S L
Decimal 128 63 124 0 0.51 0.03 0.50 303.69 0.34 0.37
Hex 80 3F 7C 0 33 3 32 130 22 25
Octal 200 77 174 0 63 3 62 460 42 45
Binary 10000000 111111 1111100 0 110011 11 110010 100110000 100010 100101

Color Harmonies of #803F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803F7C

Black with #803F7C

Text Example


Text Example

White with #803F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803F7C; }

 p { color: rgb(128,63,124); }

 H1.HeaderClassName
 {
   color: #803F7C;
 }
 .AnyTagClassName
 {
   color: #803F7C;
 }
</style>

background-color css

<style>
 a { background-color: #803F7C; }

 a { background-color: rgb(128,63,124); }

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

border-color css

<style>
 span { border-color: #803F7C; }

 span { border-color: rgb(128,63,124); }

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