#7D3DBB

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

Shades of Studio #7D3DBB

Tints of Studio #7D3DBB

Color information

#7D3DBB (or 0x7D3DBB) is unknown color: approx Studio. HEX triplet: 7D, 3D and BB. RGB value is (125,61,187). Sum of RGB (Red+Green+Blue) = 125+61+187=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D3DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3DBB is #82C244. Grayscale: #5E5E5E. Windows color (decimal): -8569413 or 12270973. OLE color: 12270973.

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

Color convert

RGB12561187-
CMYK0.330.6700.27
HSL270.48º50.81%48.63%-
HSV(B)270.48º67.38%73.33%-
XYZ19.111.2948.19-
YUV94.5180.2149.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.51%
GREEN value IS 61 (24.22% from 255) = 16.35%
BLUE value IS 187 (73.44% from 255) = 50.13%
R=33.51%
G=16.35%
B=50.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125611870.330.6700.27270.4850.8148.63
Hex7D3DBB214301B10e3331
Octal17575273411030334166361
Binary1111101111101101110111000011000011011011100001110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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