#7C449B

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

Shades of Studio #7C449B

Tints of Studio #7C449B

Color information

#7C449B (or 0x7C449B) is unknown color: approx Studio. HEX triplet: 7C, 44 and 9B. RGB value is (124,68,155). Sum of RGB (Red+Green+Blue) = 124+68+155=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C449B is #83BB64. Grayscale: #5E5E5E. Windows color (decimal): -8633189 or 10175612. OLE color: 10175612.

HSL color Cylindrical-coordinate representation of color #7C449B: hue angle of 278.62º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C449B is Cyan = 0.2, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12468155-
CMYK0.20.5600.39
HSL278.62º39.01%43.73%-
HSV(B)278.62º56.13%60.78%-
XYZ16.310.7932.23-
YUV94.66162.05148.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.73%
GREEN value IS 68 (26.95% from 255) = 19.60%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=35.73%
G=19.60%
B=44.67%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal124681550.20.5600.39278.6239.0143.73
Hex7C449B1438027117272c
Octal17410423324700474274754
Binary1111100100010010011011101001110000100111100010111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C449B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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