#7F3DA5

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

Shades of Studio #7F3DA5

Tints of Studio #7F3DA5

Color information

#7F3DA5 (or 0x7F3DA5) is unknown color: approx Studio. HEX triplet: 7F, 3D and A5. RGB value is (127,61,165). Sum of RGB (Red+Green+Blue) = 127+61+165=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 165 (64.84% from 255 or 46.74% from 353); Max value from RGB is 165 - color contains mainly: blue. Hex color #7F3DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3DA5 is #80C25A. Grayscale: #5C5C5C. Windows color (decimal): -8438363 or 10829183. OLE color: 10829183.

HSL color Cylindrical-coordinate representation of color #7F3DA5: hue angle of 278.08º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F3DA5 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12761165-
CMYK0.230.6300.35
HSL278.08º46.02%44.31%-
HSV(B)278.08º63.03%64.71%-
XYZ17.2110.5736.73-
YUV92.59168.87152.54-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.98%
GREEN value IS 61 (24.22% from 255) = 17.28%
BLUE value IS 165 (64.84% from 255) = 46.74%
R=35.98%
G=17.28%
B=46.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal127611650.230.6300.35278.0846.0244.31
Hex7F3DA5173F0231162e2c
Octal1777524527770434265654
Binary111111111110110100101101111111110100011100010110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,61,165); }

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

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

 a { background-color: rgb(127,61,165); }

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

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

 span { border-color: rgb(127,61,165); }

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