#7E55AD

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

Shades of Studio #7E55AD

Tints of Studio #7E55AD

Color information

#7E55AD (or 0x7E55AD) is unknown color: approx Studio. HEX triplet: 7E, 55 and AD. RGB value is (126,85,173). Sum of RGB (Red+Green+Blue) = 126+85+173=384 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.81% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E55AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E55AD is #81AA52. Grayscale: #6A6A6A. Windows color (decimal): -8497747 or 11359614. OLE color: 11359614.

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

Color convert

RGB12685173-
CMYK0.270.5100.32
HSL267.95º34.92%50.59%-
HSV(B)267.95º50.87%67.84%-
XYZ19.413.9541.21-
YUV107.29165.08141.34-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.81%
GREEN value IS 85 (33.59% from 255) = 22.14%
BLUE value IS 173 (67.97% from 255) = 45.05%
R=32.81%
G=22.14%
B=45.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal126851730.270.5100.32267.9534.9250.59
Hex7E55AD1B3302010c2333
Octal17612525533630404144363
Binary1111110101010110101101110111100110100000100001100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E55AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,85,173); }

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

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

 a { background-color: rgb(126,85,173); }

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

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

 span { border-color: rgb(126,85,173); }

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