#7C4EBE

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

Shades of Studio #7C4EBE

Tints of Studio #7C4EBE

Color information

#7C4EBE (or 0x7C4EBE) is unknown color: approx Studio. HEX triplet: 7C, 4E and BE. RGB value is (124,78,190). Sum of RGB (Red+Green+Blue) = 124+78+190=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C4EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C4EBE is #83B141. Grayscale: #686868. Windows color (decimal): -8630594 or 12471932. OLE color: 12471932.

HSL color Cylindrical-coordinate representation of color #7C4EBE: hue angle of 264.64º degrees, saturation: 0.46, 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 #7C4EBE is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12478190-
CMYK0.350.5900.25
HSL264.64º46.28%52.55%-
HSV(B)264.64º58.95%74.51%-
XYZ20.3313.4550.24-
YUV104.52176.24141.89-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.63%
GREEN value IS 78 (30.86% from 255) = 19.90%
BLUE value IS 190 (74.61% from 255) = 48.47%
R=31.63%
G=19.90%
B=48.47%

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
Decimal124781900.350.5900.25264.6446.2852.55
Hex7C4EBE233B0191092e35
Octal17411627643730314115665
Binary1111100100111010111110100011111011011001100001001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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