#7F4EC0

Color #7F4EC0 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7F4EC0

Tints of Studio #7F4EC0

Color information

#7F4EC0 (or 0x7F4EC0) is unknown color: approx Studio. HEX triplet: 7F, 4E and C0. RGB value is (127,78,192). Sum of RGB (Red+Green+Blue) = 127+78+192=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #7F4EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4EC0 is #80B13F. Grayscale: #696969. Windows color (decimal): -8433984 or 12603007. OLE color: 12603007.

HSL color Cylindrical-coordinate representation of color #7F4EC0: hue angle of 265.79º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F4EC0 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12778192-
CMYK0.340.5900.25
HSL265.79º47.5%52.94%-
HSV(B)265.79º59.38%75.29%-
XYZ20.9913.7751.42-
YUV105.65176.73143.23-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.99%
GREEN value IS 78 (30.86% from 255) = 19.65%
BLUE value IS 192 (75.39% from 255) = 48.36%
R=31.99%
G=19.65%
B=48.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127781920.340.5900.25265.7947.552.94
Hex7F4EC0223B01910a3035
Octal17711630042730314126065
Binary1111111100111011000000100010111011011001100001010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F4EC0; }

 p { color: rgb(127,78,192); }

 H1.HeaderClassName
 {
   color: #7F4EC0;
 }
 .AnyTagClassName
 {
   color: #7F4EC0;
 }
</style>
background-color css

<style>
 a { background-color: #7F4EC0; }

 a { background-color: rgb(127,78,192); }

 div.DivClassName
 {
   background-color: #7F4EC0;
 }
 .BgClassName
 {
   background-color: #7F4EC0;
 }
</style>
border-color css

<style>
 span { border-color: #7F4EC0; }

 span { border-color: rgb(127,78,192); }

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