#7F4FA8

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

Shades of Studio #7F4FA8

Tints of Studio #7F4FA8

Color information

#7F4FA8 (or 0x7F4FA8) is unknown color: approx Studio. HEX triplet: 7F, 4F and A8. RGB value is (127,79,168). Sum of RGB (Red+Green+Blue) = 127+79+168=374 (49% of max value = 765). Red value is 127 (50% from 255 or 33.96% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 168 - color contains mainly: blue. Hex color #7F4FA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F4FA8 is #80B057. Grayscale: #676767. Windows color (decimal): -8433752 or 11030399. OLE color: 11030399.

HSL color Cylindrical-coordinate representation of color #7F4FA8: hue angle of 272.36º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F4FA8 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12779168-
CMYK0.240.5300.34
HSL272.36º36.03%48.43%-
HSV(B)272.36º52.98%65.88%-
XYZ18.6212.9338.56-
YUV103.5164.4144.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.96%
GREEN value IS 79 (31.25% from 255) = 21.12%
BLUE value IS 168 (66.02% from 255) = 44.92%
R=33.96%
G=21.12%
B=44.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal127791680.240.5300.34272.3636.0348.43
Hex7F4FA818350221102430
Octal17711725030650424204460
Binary1111111100111110101000110001101010100010100010000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,79,168); }

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

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

 a { background-color: rgb(127,79,168); }

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

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

 span { border-color: rgb(127,79,168); }

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