#7A4299

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

Shades of Studio #7A4299

Tints of Studio #7A4299

Color information

#7A4299 (or 0x7A4299) is unknown color: approx Studio. HEX triplet: 7A, 42 and 99. RGB value is (122,66,153). Sum of RGB (Red+Green+Blue) = 122+66+153=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A4299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4299 is #85BD66. Grayscale: #5C5C5C. Windows color (decimal): -8764775 or 10044026. OLE color: 10044026.

HSL color Cylindrical-coordinate representation of color #7A4299: hue angle of 278.62º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A4299 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12266153-
CMYK0.200.5700.4
HSL278.62º39.73%42.94%-
HSV(B)278.62º56.86%60%-
XYZ15.7210.3331.3-
YUV92.66162.05148.93-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.78%
GREEN value IS 66 (26.17% from 255) = 19.35%
BLUE value IS 153 (60.16% from 255) = 44.87%
R=35.78%
G=19.35%
B=44.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal122661530.200.5700.4278.6239.7342.94
Hex7A42991439028117282b
Octal17210223124710504275053
Binary1111010100001010011001101001110010101000100010111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,66,153); }

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

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

 a { background-color: rgb(122,66,153); }

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

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

 span { border-color: rgb(122,66,153); }

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