#7B429B

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

Shades of Studio #7B429B

Tints of Studio #7B429B

Color information

#7B429B (or 0x7B429B) is unknown color: approx Studio. HEX triplet: 7B, 42 and 9B. RGB value is (123,66,155). Sum of RGB (Red+Green+Blue) = 123+66+155=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B429B is #84BD64. Grayscale: #5C5C5C. Windows color (decimal): -8699237 or 10175099. OLE color: 10175099.

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

Color convert

RGB12366155-
CMYK0.210.5700.39
HSL278.43º40.27%43.33%-
HSV(B)278.43º57.42%60.78%-
XYZ16.0310.4732.19-
YUV93.19162.88149.26-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.76%
GREEN value IS 66 (26.17% from 255) = 19.19%
BLUE value IS 155 (60.94% from 255) = 45.06%
R=35.76%
G=19.19%
B=45.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal123661550.210.5700.39278.4340.2743.33
Hex7B429B1539027116282b
Octal17310223325710474265053
Binary1111011100001010011011101011110010100111100010110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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