#7B3DB1

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

Shades of Studio #7B3DB1

Tints of Studio #7B3DB1

Color information

#7B3DB1 (or 0x7B3DB1) is unknown color: approx Studio. HEX triplet: 7B, 3D and B1. RGB value is (123,61,177). Sum of RGB (Red+Green+Blue) = 123+61+177=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 177 (69.53% from 255 or 49.03% from 361); Max value from RGB is 177 - color contains mainly: blue. Hex color #7B3DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3DB1 is #84C24E. Grayscale: #5C5C5C. Windows color (decimal): -8700495 or 11615611. OLE color: 11615611.

HSL color Cylindrical-coordinate representation of color #7B3DB1: hue angle of 272.07º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B3DB1 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12361177-
CMYK0.310.6600.31
HSL272.07º48.74%46.67%-
HSV(B)272.07º65.54%69.41%-
XYZ17.7710.7242.73-
YUV92.76175.54149.57-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.07%
GREEN value IS 61 (24.22% from 255) = 16.90%
BLUE value IS 177 (69.53% from 255) = 49.03%
R=34.07%
G=16.90%
B=49.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal123611770.310.6600.31272.0748.7446.67
Hex7B3DB11F4201F110312f
Octal17375261371020374206157
Binary111101111110110110001111111000010011111100010000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,61,177); }

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

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

 a { background-color: rgb(123,61,177); }

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

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

 span { border-color: rgb(123,61,177); }

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