#7B4CBA

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

Shades of Studio #7B4CBA

Tints of Studio #7B4CBA

Color information

#7B4CBA (or 0x7B4CBA) is unknown color: approx Studio. HEX triplet: 7B, 4C and BA. RGB value is (123,76,186). Sum of RGB (Red+Green+Blue) = 123+76+186=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B4CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B4CBA is #84B345. Grayscale: #666666. Windows color (decimal): -8696646 or 12209275. OLE color: 12209275.

HSL color Cylindrical-coordinate representation of color #7B4CBA: hue angle of 265.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B4CBA is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12376186-
CMYK0.340.5900.27
HSL265.64º44.35%51.37%-
HSV(B)265.64º59.14%72.94%-
XYZ19.6212.9347.92-
YUV102.59175.07142.56-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.95%
GREEN value IS 76 (30.08% from 255) = 19.74%
BLUE value IS 186 (73.05% from 255) = 48.31%
R=31.95%
G=19.74%
B=48.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal123761860.340.5900.27265.6444.3551.37
Hex7B4CBA223B01B10a2c33
Octal17311427242730334125463
Binary1111011100110010111010100010111011011011100001010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,76,186); }

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

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

 a { background-color: rgb(123,76,186); }

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

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

 span { border-color: rgb(123,76,186); }

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