#7D3FBB

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

Shades of Studio #7D3FBB

Tints of Studio #7D3FBB

Color information

#7D3FBB (or 0x7D3FBB) is unknown color: approx Studio. HEX triplet: 7D, 3F and BB. RGB value is (125,63,187). Sum of RGB (Red+Green+Blue) = 125+63+187=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D3FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3FBB is #82C044. Grayscale: #5F5F5F. Windows color (decimal): -8568901 or 12271485. OLE color: 12271485.

HSL color Cylindrical-coordinate representation of color #7D3FBB: hue angle of 270º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D3FBB is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12563187-
CMYK0.330.6600.27
HSL270º49.6%49.02%-
HSV(B)270º66.31%73.33%-
XYZ19.211.548.22-
YUV95.67179.54148.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.33%
GREEN value IS 63 (25% from 255) = 16.8%
BLUE value IS 187 (73.44% from 255) = 49.87%
R=33.33%
G=16.8%
B=49.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125631870.330.6600.2727049.649.02
Hex7D3FBB214201B10e3231
Octal17577273411020334166261
Binary1111101111111101110111000011000010011011100001110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,63,187); }

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

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

 a { background-color: rgb(125,63,187); }

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

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

 span { border-color: rgb(125,63,187); }

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