#7C4DBE

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

Shades of Studio #7C4DBE

Tints of Studio #7C4DBE

Color information

#7C4DBE (or 0x7C4DBE) is unknown color: approx Studio. HEX triplet: 7C, 4D and BE. RGB value is (124,77,190). Sum of RGB (Red+Green+Blue) = 124+77+190=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C4DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C4DBE is #83B241. Grayscale: #676767. Windows color (decimal): -8630850 or 12471676. OLE color: 12471676.

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

Color convert

RGB12477190-
CMYK0.350.5900.25
HSL264.96º46.5%52.35%-
HSV(B)264.96º59.47%74.51%-
XYZ20.2613.3150.22-
YUV103.94176.57142.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.71%
GREEN value IS 77 (30.47% from 255) = 19.69%
BLUE value IS 190 (74.61% from 255) = 48.59%
R=31.71%
G=19.69%
B=48.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal124771900.350.5900.25264.9646.552.35
Hex7C4DBE233B0191092f34
Octal17411527643730314115764
Binary1111100100110110111110100011111011011001100001001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,77,190); }

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

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

 a { background-color: rgb(124,77,190); }

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

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

 span { border-color: rgb(124,77,190); }

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