#7C429F

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

Shades of Studio #7C429F

Tints of Studio #7C429F

Color information

#7C429F (or 0x7C429F) is unknown color: approx Studio. HEX triplet: 7C, 42 and 9F. RGB value is (124,66,159). Sum of RGB (Red+Green+Blue) = 124+66+159=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C429F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C429F is #83BD60. Grayscale: #5D5D5D. Windows color (decimal): -8633697 or 10437244. OLE color: 10437244.

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

Color convert

RGB12466159-
CMYK0.220.5800.38
HSL277.42º41.33%44.12%-
HSV(B)277.42º58.49%62.35%-
XYZ16.5210.6833.99-
YUV93.94164.72149.44-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.53%
GREEN value IS 66 (26.17% from 255) = 18.91%
BLUE value IS 159 (62.5% from 255) = 45.56%
R=35.53%
G=18.91%
B=45.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal124661590.220.5800.38277.4241.3344.12
Hex7C429F163A026115292c
Octal17410223726720464255154
Binary1111100100001010011111101101110100100110100010101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,66,159); }

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

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

 a { background-color: rgb(124,66,159); }

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

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

 span { border-color: rgb(124,66,159); }

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