#7F3BAC

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

Shades of Studio #7F3BAC

Tints of Studio #7F3BAC

Color information

#7F3BAC (or 0x7F3BAC) is unknown color: approx Studio. HEX triplet: 7F, 3B and AC. RGB value is (127,59,172). Sum of RGB (Red+Green+Blue) = 127+59+172=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F3BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3BAC is #80C453. Grayscale: #5B5B5B. Windows color (decimal): -8438868 or 11287423. OLE color: 11287423.

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

Color convert

RGB12759172-
CMYK0.260.6600.33
HSL276.11º48.92%45.29%-
HSV(B)276.11º65.7%67.45%-
XYZ17.7610.6240.14-
YUV92.21173.03152.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.47%
GREEN value IS 59 (23.44% from 255) = 16.48%
BLUE value IS 172 (67.58% from 255) = 48.04%
R=35.47%
G=16.48%
B=48.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127591720.260.6600.33276.1148.9245.29
Hex7F3BAC1A42021114312d
Octal17773254321020414246155
Binary1111111111011101011001101010000100100001100010100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,59,172); }

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

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

 a { background-color: rgb(127,59,172); }

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

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

 span { border-color: rgb(127,59,172); }

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