#7C49BE

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

Shades of Studio #7C49BE

Tints of Studio #7C49BE

Color information

#7C49BE (or 0x7C49BE) is unknown color: approx Studio. HEX triplet: 7C, 49 and BE. RGB value is (124,73,190). Sum of RGB (Red+Green+Blue) = 124+73+190=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C49BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C49BE is #83B641. Grayscale: #656565. Windows color (decimal): -8631874 or 12470652. OLE color: 12470652.

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

Color convert

RGB12473190-
CMYK0.350.6200.25
HSL266.15º47.37%51.57%-
HSV(B)266.15º61.58%74.51%-
XYZ19.9912.7750.13-
YUV101.59177.9143.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.04%
GREEN value IS 73 (28.91% from 255) = 18.86%
BLUE value IS 190 (74.61% from 255) = 49.10%
R=32.04%
G=18.86%
B=49.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal124731900.350.6200.25266.1547.3751.57
Hex7C49BE233E01910a2f34
Octal17411127643760314125764
Binary1111100100100110111110100011111110011001100001010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C49BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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