#7B4BBD

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

Shades of Studio #7B4BBD

Tints of Studio #7B4BBD

Color information

#7B4BBD (or 0x7B4BBD) is unknown color: approx Studio. HEX triplet: 7B, 4B and BD. RGB value is (123,75,189). Sum of RGB (Red+Green+Blue) = 123+75+189=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #7B4BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B4BBD is #84B442. Grayscale: #656565. Windows color (decimal): -8696899 or 12405627. OLE color: 12405627.

HSL color Cylindrical-coordinate representation of color #7B4BBD: hue angle of 265.26º 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 #7B4BBD is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12375189-
CMYK0.350.6000.26
HSL265.26º46.34%51.76%-
HSV(B)265.26º60.32%74.12%-
XYZ19.8712.9249.59-
YUV102.35176.9142.73-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.78%
GREEN value IS 75 (29.69% from 255) = 19.38%
BLUE value IS 189 (74.22% from 255) = 48.84%
R=31.78%
G=19.38%
B=48.84%

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
Decimal123751890.350.6000.26265.2646.3451.76
Hex7B4BBD233C01A1092e34
Octal17311327543740324115664
Binary1111011100101110111101100011111100011010100001001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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