#7D54AC

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

Shades of Studio #7D54AC

Tints of Studio #7D54AC

Color information

#7D54AC (or 0x7D54AC) is unknown color: approx Studio. HEX triplet: 7D, 54 and AC. RGB value is (125,84,172). Sum of RGB (Red+Green+Blue) = 125+84+172=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D54AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D54AC is #82AB53. Grayscale: #696969. Windows color (decimal): -8563540 or 11293821. OLE color: 11293821.

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

Color convert

RGB12584172-
CMYK0.270.5100.33
HSL267.95º34.65%50.2%-
HSV(B)267.95º51.16%67.45%-
XYZ19.0713.6840.66-
YUV106.29165.08141.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.81%
GREEN value IS 84 (33.20% from 255) = 22.05%
BLUE value IS 172 (67.58% from 255) = 45.14%
R=32.81%
G=22.05%
B=45.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125841720.270.5100.33267.9534.6550.2
Hex7D54AC1B3302110c2332
Octal17512425433630414144362
Binary1111101101010010101100110111100110100001100001100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D54AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,84,172); }

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

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

 a { background-color: rgb(125,84,172); }

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

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

 span { border-color: rgb(125,84,172); }

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