#7E459D

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

Shades of Studio #7E459D

Tints of Studio #7E459D

Color information

#7E459D (or 0x7E459D) is unknown color: approx Studio. HEX triplet: 7E, 45 and 9D. RGB value is (126,69,157). Sum of RGB (Red+Green+Blue) = 126+69+157=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E459D is #81BA62. Grayscale: #5F5F5F. Windows color (decimal): -8501859 or 10306942. OLE color: 10306942.

HSL color Cylindrical-coordinate representation of color #7E459D: hue angle of 278.86º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E459D is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12669157-
CMYK0.200.5600.38
HSL278.86º38.94%44.31%-
HSV(B)278.86º56.05%61.57%-
XYZ16.8211.1333.16-
YUV96.07162.38149.34-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.80%
GREEN value IS 69 (27.34% from 255) = 19.60%
BLUE value IS 157 (61.72% from 255) = 44.60%
R=35.80%
G=19.60%
B=44.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126691570.200.5600.38278.8638.9444.31
Hex7E459D1438026117272c
Octal17610523524700464274754
Binary1111110100010110011101101001110000100110100010111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,69,157); }

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

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

 a { background-color: rgb(126,69,157); }

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

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

 span { border-color: rgb(126,69,157); }

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