#7F4EB4

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

Shades of Studio #7F4EB4

Tints of Studio #7F4EB4

Color information

#7F4EB4 (or 0x7F4EB4) is unknown color: approx Studio. HEX triplet: 7F, 4E and B4. RGB value is (127,78,180). Sum of RGB (Red+Green+Blue) = 127+78+180=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #7F4EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4EB4 is #80B14B. Grayscale: #676767. Windows color (decimal): -8433996 or 11816575. OLE color: 11816575.

HSL color Cylindrical-coordinate representation of color #7F4EB4: hue angle of 268.82º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F4EB4 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12778180-
CMYK0.290.5700.29
HSL268.82º40.48%50.59%-
HSV(B)268.82º56.67%70.59%-
XYZ19.7213.2644.7-
YUV104.28170.73144.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.99%
GREEN value IS 78 (30.86% from 255) = 20.26%
BLUE value IS 180 (70.70% from 255) = 46.75%
R=32.99%
G=20.26%
B=46.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal127781800.290.5700.29268.8240.4850.59
Hex7F4EB41D3901D10d2833
Octal17711626435710354155063
Binary111111110011101011010011101111001011101100001101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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