#7F4AAB

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

Shades of Studio #7F4AAB

Tints of Studio #7F4AAB

Color information

#7F4AAB (or 0x7F4AAB) is unknown color: approx Studio. HEX triplet: 7F, 4A and AB. RGB value is (127,74,171). Sum of RGB (Red+Green+Blue) = 127+74+171=372 (49% of max value = 765). Red value is 127 (50% from 255 or 34.14% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F4AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4AAB is #80B554. Grayscale: #646464. Windows color (decimal): -8435029 or 11225727. OLE color: 11225727.

HSL color Cylindrical-coordinate representation of color #7F4AAB: hue angle of 272.78º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F4AAB is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12774171-
CMYK0.260.5700.33
HSL272.78º39.59%48.04%-
HSV(B)272.78º56.73%67.06%-
XYZ18.5512.3539.93-
YUV100.9167.56146.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.14%
GREEN value IS 74 (29.30% from 255) = 19.89%
BLUE value IS 171 (67.19% from 255) = 45.97%
R=34.14%
G=19.89%
B=45.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127741710.260.5700.33272.7839.5948.04
Hex7F4AAB1A390211112830
Octal17711225332710414215060
Binary1111111100101010101011110101110010100001100010001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,74,171); }

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

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

 a { background-color: rgb(127,74,171); }

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

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

 span { border-color: rgb(127,74,171); }

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