#7A5CA9

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

Shades of Studio #7A5CA9

Tints of Studio #7A5CA9

Color information

#7A5CA9 (or 0x7A5CA9) is unknown color: approx Studio. HEX triplet: 7A, 5C and A9. RGB value is (122,92,169). Sum of RGB (Red+Green+Blue) = 122+92+169=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 169 - color contains mainly: blue. Hex color #7A5CA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5CA9 is #85A356. Grayscale: #6D6D6D. Windows color (decimal): -8758103 or 11099258. OLE color: 11099258.

HSL color Cylindrical-coordinate representation of color #7A5CA9: hue angle of 263.38º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A5CA9 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12292169-
CMYK0.280.4600.34
HSL263.38º30.92%51.18%-
HSV(B)263.38º45.56%66.27%-
XYZ19.0114.6639.36-
YUV109.75161.44136.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.85%
GREEN value IS 92 (36.33% from 255) = 24.02%
BLUE value IS 169 (66.41% from 255) = 44.13%
R=31.85%
G=24.02%
B=44.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal122921690.280.4600.34263.3830.9251.18
Hex7A5CA91C2E0221071f33
Octal17213425134560424073763
Binary111101010111001010100111100101110010001010000011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,92,169); }

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

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

 a { background-color: rgb(122,92,169); }

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

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

 span { border-color: rgb(122,92,169); }

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