#7D3EA4

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

Shades of Studio #7D3EA4

Tints of Studio #7D3EA4

Color information

#7D3EA4 (or 0x7D3EA4) is unknown color: approx Studio. HEX triplet: 7D, 3E and A4. RGB value is (125,62,164). Sum of RGB (Red+Green+Blue) = 125+62+164=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 164 (64.45% from 255 or 46.72% from 351); Max value from RGB is 164 - color contains mainly: blue. Hex color #7D3EA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3EA4 is #82C15B. Grayscale: #5C5C5C. Windows color (decimal): -8569180 or 10763901. OLE color: 10763901.

HSL color Cylindrical-coordinate representation of color #7D3EA4: hue angle of 277.06º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D3EA4 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12562164-
CMYK0.240.6200.36
HSL277.06º45.13%44.31%-
HSV(B)277.06º62.2%64.31%-
XYZ16.8810.4936.26-
YUV92.46168.37151.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.61%
GREEN value IS 62 (24.61% from 255) = 17.66%
BLUE value IS 164 (64.45% from 255) = 46.72%
R=35.61%
G=17.66%
B=46.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal125621640.240.6200.36277.0645.1344.31
Hex7D3EA4183E0241152d2c
Octal1757624430760444255554
Binary111110111111010100100110001111100100100100010101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,62,164); }

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

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

 a { background-color: rgb(125,62,164); }

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

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

 span { border-color: rgb(125,62,164); }

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