#7F3FAA

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

Shades of Studio #7F3FAA

Tints of Studio #7F3FAA

Color information

#7F3FAA (or 0x7F3FAA) is unknown color: approx Studio. HEX triplet: 7F, 3F and AA. RGB value is (127,63,170). Sum of RGB (Red+Green+Blue) = 127+63+170=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F3FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3FAA is #80C055. Grayscale: #5D5D5D. Windows color (decimal): -8437846 or 11157375. OLE color: 11157375.

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

Color convert

RGB12763170-
CMYK0.250.6300.33
HSL275.89º45.92%45.69%-
HSV(B)275.89º62.94%66.67%-
XYZ17.7910.9739.21-
YUV94.33170.7151.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.28%
GREEN value IS 63 (25% from 255) = 17.5%
BLUE value IS 170 (66.80% from 255) = 47.22%
R=35.28%
G=17.5%
B=47.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127631700.250.6300.33275.8945.9245.69
Hex7F3FAA193F0211142e2e
Octal1777725231770414245656
Binary111111111111110101010110011111110100001100010100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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