#7C449D

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

Shades of Studio #7C449D

Tints of Studio #7C449D

Color information

#7C449D (or 0x7C449D) is unknown color: approx Studio. HEX triplet: 7C, 44 and 9D. RGB value is (124,68,157). Sum of RGB (Red+Green+Blue) = 124+68+157=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C449D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C449D is #83BB62. Grayscale: #5E5E5E. Windows color (decimal): -8633187 or 10306684. OLE color: 10306684.

HSL color Cylindrical-coordinate representation of color #7C449D: hue angle of 277.75º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C449D is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12468157-
CMYK0.210.5700.38
HSL277.75º39.56%44.12%-
HSV(B)277.75º56.69%61.57%-
XYZ16.4710.8533.13-
YUV94.89163.05148.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.53%
GREEN value IS 68 (26.95% from 255) = 19.48%
BLUE value IS 157 (61.72% from 255) = 44.99%
R=35.53%
G=19.48%
B=44.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal124681570.210.5700.38277.7539.5644.12
Hex7C449D1539026116282c
Octal17410423525710464265054
Binary1111100100010010011101101011110010100110100010110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C449D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,68,157); }

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

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

 a { background-color: rgb(124,68,157); }

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

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

 span { border-color: rgb(124,68,157); }

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