#7F4BAA

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

Shades of Studio #7F4BAA

Tints of Studio #7F4BAA

Color information

#7F4BAA (or 0x7F4BAA) is unknown color: approx Studio. HEX triplet: 7F, 4B and AA. RGB value is (127,75,170). Sum of RGB (Red+Green+Blue) = 127+75+170=372 (49% of max value = 765). Red value is 127 (50% from 255 or 34.14% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F4BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4BAA is #80B455. Grayscale: #656565. Windows color (decimal): -8434774 or 11160447. OLE color: 11160447.

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

Color convert

RGB12775170-
CMYK0.250.5600.33
HSL272.84º38.78%48.04%-
HSV(B)272.84º55.88%66.67%-
XYZ18.5212.4539.46-
YUV101.38166.73146.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.14%
GREEN value IS 75 (29.69% from 255) = 20.16%
BLUE value IS 170 (66.80% from 255) = 45.70%
R=34.14%
G=20.16%
B=45.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127751700.250.5600.33272.8438.7848.04
Hex7F4BAA19380211112730
Octal17711325231700414214760
Binary1111111100101110101010110011110000100001100010001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,75,170); }

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

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

 a { background-color: rgb(127,75,170); }

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

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

 span { border-color: rgb(127,75,170); }

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