#7F4FB3

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

Shades of Studio #7F4FB3

Tints of Studio #7F4FB3

Color information

#7F4FB3 (or 0x7F4FB3) is unknown color: approx Studio. HEX triplet: 7F, 4F and B3. RGB value is (127,79,179). Sum of RGB (Red+Green+Blue) = 127+79+179=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #7F4FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4FB3 is #80B04C. Grayscale: #686868. Windows color (decimal): -8433741 or 11751295. OLE color: 11751295.

HSL color Cylindrical-coordinate representation of color #7F4FB3: hue angle of 268.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F4FB3 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12779179-
CMYK0.290.5600.30
HSL268.8º39.68%50.59%-
HSV(B)268.8º55.87%70.2%-
XYZ19.6913.3644.19-
YUV104.75169.9143.87-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.99%
GREEN value IS 79 (31.25% from 255) = 20.52%
BLUE value IS 179 (70.31% from 255) = 46.49%
R=32.99%
G=20.52%
B=46.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal127791790.290.5600.30268.839.6850.59
Hex7F4FB31D3801E10d2833
Octal17711726335700364155063
Binary111111110011111011001111101111000011110100001101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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