#7D51BC

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

Shades of Studio #7D51BC

Tints of Studio #7D51BC

Color information

#7D51BC (or 0x7D51BC) is unknown color: approx Studio. HEX triplet: 7D, 51 and BC. RGB value is (125,81,188). Sum of RGB (Red+Green+Blue) = 125+81+188=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D51BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D51BC is #82AE43. Grayscale: #696969. Windows color (decimal): -8564292 or 12341629. OLE color: 12341629.

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

Color convert

RGB12581188-
CMYK0.340.5700.26
HSL264.67º44.4%52.75%-
HSV(B)264.67º56.91%73.73%-
XYZ20.4813.8849.18-
YUV106.35174.08141.3-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.73%
GREEN value IS 81 (32.03% from 255) = 20.56%
BLUE value IS 188 (73.83% from 255) = 47.72%
R=31.73%
G=20.56%
B=47.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal125811880.340.5700.26264.6744.452.75
Hex7D51BC223901A1092c35
Octal17512127442710324115465
Binary1111101101000110111100100010111001011010100001001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D51BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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