#7F4DA3

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

Shades of Studio #7F4DA3

Tints of Studio #7F4DA3

Color information

#7F4DA3 (or 0x7F4DA3) is unknown color: approx Studio. HEX triplet: 7F, 4D and A3. RGB value is (127,77,163). Sum of RGB (Red+Green+Blue) = 127+77+163=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 163 - color contains mainly: blue. Hex color #7F4DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F4DA3 is #80B25C. Grayscale: #656565. Windows color (decimal): -8434269 or 10702207. OLE color: 10702207.

HSL color Cylindrical-coordinate representation of color #7F4DA3: hue angle of 274.88º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F4DA3 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12777163-
CMYK0.220.5300.36
HSL274.88º35.83%47.06%-
HSV(B)274.88º52.76%63.92%-
XYZ18.0212.4636.11-
YUV101.75162.56146.01-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.60%
GREEN value IS 77 (30.47% from 255) = 20.98%
BLUE value IS 163 (64.06% from 255) = 44.41%
R=34.60%
G=20.98%
B=44.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal127771630.220.5300.36274.8835.8347.06
Hex7F4DA31635024113242f
Octal17711524326650444234457
Binary1111111100110110100011101101101010100100100010011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,77,163); }

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

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

 a { background-color: rgb(127,77,163); }

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

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

 span { border-color: rgb(127,77,163); }

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