#7d3fbc

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

Shades of Studio #7D3FBC

Tints of Studio #7D3FBC

Color information

#7D3FBC (or 0x7D3FBC) is unknown color: approx Studio. HEX triplet: 7D, 3F and BC. RGB value is (125,63,188). Sum of RGB (Red+Green+Blue) = 125+63+188=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D3FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3FBC is #82C043. Grayscale: #5F5F5F. Windows color (decimal): -8568900 or 12337021. OLE color: 12337021.

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

Color convert

RGB12563188-
CMYK0.340.6600.26
HSL269.76º49.8%49.22%-
HSV(B)269.76º66.49%73.73%-
XYZ19.3111.5548.79-
YUV95.79180.04148.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.24%
GREEN value IS 63 (25% from 255) = 16.76%
BLUE value IS 188 (73.83% from 255) = 50%
R=33.24%
G=16.76%
B=50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal125631880.340.6600.26269.7649.849.22
Hex7D3FBC224201A10e3231
Octal17577274421020324166261
Binary1111101111111101111001000101000010011010100001110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d3fbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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