#7B4BAD

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

Shades of Studio #7B4BAD

Tints of Studio #7B4BAD

Color information

#7B4BAD (or 0x7B4BAD) is unknown color: approx Studio. HEX triplet: 7B, 4B and AD. RGB value is (123,75,173). Sum of RGB (Red+Green+Blue) = 123+75+173=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B4BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4BAD is #84B452. Grayscale: #646464. Windows color (decimal): -8696915 or 11357051. OLE color: 11357051.

HSL color Cylindrical-coordinate representation of color #7B4BAD: hue angle of 269.39º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B4BAD is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12375173-
CMYK0.290.5700.32
HSL269.39º39.52%48.63%-
HSV(B)269.39º56.65%67.84%-
XYZ18.2312.2640.94-
YUV100.52168.9144.03-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.15%
GREEN value IS 75 (29.69% from 255) = 20.22%
BLUE value IS 173 (67.97% from 255) = 46.63%
R=33.15%
G=20.22%
B=46.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123751730.290.5700.32269.3939.5248.63
Hex7B4BAD1D3902010d2831
Octal17311325535710404155061
Binary1111011100101110101101111011110010100000100001101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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