#7B429C

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

Shades of Studio #7B429C

Tints of Studio #7B429C

Color information

#7B429C (or 0x7B429C) is unknown color: approx Studio. HEX triplet: 7B, 42 and 9C. RGB value is (123,66,156). Sum of RGB (Red+Green+Blue) = 123+66+156=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #7B429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B429C is #84BD63. Grayscale: #5D5D5D. Windows color (decimal): -8699236 or 10240635. OLE color: 10240635.

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

Color convert

RGB12366156-
CMYK0.210.5800.39
HSL278º40.54%43.53%-
HSV(B)278º57.69%61.18%-
XYZ16.1210.5132.63-
YUV93.3163.38149.18-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.65%
GREEN value IS 66 (26.17% from 255) = 19.13%
BLUE value IS 156 (61.33% from 255) = 45.22%
R=35.65%
G=19.13%
B=45.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal123661560.210.5800.3927840.5443.53
Hex7B429C153A027116292c
Octal17310223425720474265154
Binary1111011100001010011100101011110100100111100010110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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