#7B4BAB

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

Shades of Studio #7B4BAB

Tints of Studio #7B4BAB

Color information

#7B4BAB (or 0x7B4BAB) is unknown color: approx Studio. HEX triplet: 7B, 4B and AB. RGB value is (123,75,171). Sum of RGB (Red+Green+Blue) = 123+75+171=369 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.33% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B4BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4BAB is #84B454. Grayscale: #636363. Windows color (decimal): -8696917 or 11225979. OLE color: 11225979.

HSL color Cylindrical-coordinate representation of color #7B4BAB: hue angle of 270º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B4BAB is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12375171-
CMYK0.280.5600.33
HSL270º39.02%48.24%-
HSV(B)270º56.14%67.06%-
XYZ18.0412.1839.93-
YUV100.3167.9144.19-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.33%
GREEN value IS 75 (29.69% from 255) = 20.33%
BLUE value IS 171 (67.19% from 255) = 46.34%
R=33.33%
G=20.33%
B=46.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal123751710.280.5600.3327039.0248.24
Hex7B4BAB1C3802110e2730
Octal17311325334700414164760
Binary1111011100101110101011111001110000100001100001110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,75,171); }

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

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

 a { background-color: rgb(123,75,171); }

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

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

 span { border-color: rgb(123,75,171); }

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