#7F39AD

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

Shades of Studio #7F39AD

Tints of Studio #7F39AD

Color information

#7F39AD (or 0x7F39AD) is unknown color: approx Studio. HEX triplet: 7F, 39 and AD. RGB value is (127,57,173). Sum of RGB (Red+Green+Blue) = 127+57+173=357 (47% of max value = 765). Red value is 127 (50% from 255 or 35.57% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F39AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F39AD is #80C652. Grayscale: #5A5A5A. Windows color (decimal): -8439379 or 11352447. OLE color: 11352447.

HSL color Cylindrical-coordinate representation of color #7F39AD: hue angle of 276.21º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F39AD is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12757173-
CMYK0.270.6700.32
HSL276.21º50.43%45.1%-
HSV(B)276.21º67.05%67.84%-
XYZ17.7610.4640.62-
YUV91.15174.19153.57-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.57%
GREEN value IS 57 (22.66% from 255) = 15.97%
BLUE value IS 173 (67.97% from 255) = 48.46%
R=35.57%
G=15.97%
B=48.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal127571730.270.6700.32276.2150.4345.1
Hex7F39AD1B43020114322d
Octal17771255331030404246255
Binary1111111111001101011011101110000110100000100010100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F39AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,57,173); }

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

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

 a { background-color: rgb(127,57,173); }

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

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

 span { border-color: rgb(127,57,173); }

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