#7A459D

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

Shades of Studio #7A459D

Tints of Studio #7A459D

Color information

#7A459D (or 0x7A459D) is unknown color: approx Studio. HEX triplet: 7A, 45 and 9D. RGB value is (122,69,157). Sum of RGB (Red+Green+Blue) = 122+69+157=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A459D is #85BA62. Grayscale: #5E5E5E. Windows color (decimal): -8764003 or 10306938. OLE color: 10306938.

HSL color Cylindrical-coordinate representation of color #7A459D: hue angle of 276.14º 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 #7A459D is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12269157-
CMYK0.220.5600.38
HSL276.14º38.94%44.31%-
HSV(B)276.14º56.05%61.57%-
XYZ16.2410.8333.13-
YUV94.88163.06147.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.06%
GREEN value IS 69 (27.34% from 255) = 19.83%
BLUE value IS 157 (61.72% from 255) = 45.11%
R=35.06%
G=19.83%
B=45.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122691570.220.5600.38276.1438.9444.31
Hex7A459D1638026114272c
Octal17210523526700464244754
Binary1111010100010110011101101101110000100110100010100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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