#7B4CBD

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

Shades of Studio #7B4CBD

Tints of Studio #7B4CBD

Color information

#7B4CBD (or 0x7B4CBD) is unknown color: approx Studio. HEX triplet: 7B, 4C and BD. RGB value is (123,76,189). Sum of RGB (Red+Green+Blue) = 123+76+189=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #7B4CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B4CBD is #84B342. Grayscale: #666666. Windows color (decimal): -8696643 or 12405883. OLE color: 12405883.

HSL color Cylindrical-coordinate representation of color #7B4CBD: hue angle of 264.96º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B4CBD is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12376189-
CMYK0.350.6000.26
HSL264.96º46.12%51.96%-
HSV(B)264.96º59.79%74.12%-
XYZ19.9413.0549.61-
YUV102.94176.57142.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.70%
GREEN value IS 76 (30.08% from 255) = 19.59%
BLUE value IS 189 (74.22% from 255) = 48.71%
R=31.70%
G=19.59%
B=48.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal123761890.350.6000.26264.9646.1251.96
Hex7B4CBD233C01A1092e34
Octal17311427543740324115664
Binary1111011100110010111101100011111100011010100001001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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