#7B429E

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

Shades of Studio #7B429E

Tints of Studio #7B429E

Color information

#7B429E (or 0x7B429E) is unknown color: approx Studio. HEX triplet: 7B, 42 and 9E. RGB value is (123,66,158). Sum of RGB (Red+Green+Blue) = 123+66+158=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B429E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B429E is #84BD61. Grayscale: #5D5D5D. Windows color (decimal): -8699234 or 10371707. OLE color: 10371707.

HSL color Cylindrical-coordinate representation of color #7B429E: hue angle of 277.17º 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 #7B429E is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12366158-
CMYK0.220.5800.38
HSL277.17º41.07%43.92%-
HSV(B)277.17º58.23%61.96%-
XYZ16.2910.5833.53-
YUV93.53164.38149.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.45%
GREEN value IS 66 (26.17% from 255) = 19.02%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=35.45%
G=19.02%
B=45.53%

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
Decimal123661580.220.5800.38277.1741.0743.92
Hex7B429E163A026115292c
Octal17310223626720464255154
Binary1111011100001010011110101101110100100110100010101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,66,158); }

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

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

 a { background-color: rgb(123,66,158); }

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

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

 span { border-color: rgb(123,66,158); }

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