#7A449F

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

Shades of Studio #7A449F

Tints of Studio #7A449F

Color information

#7A449F (or 0x7A449F) is unknown color: approx Studio. HEX triplet: 7A, 44 and 9F. RGB value is (122,68,159). Sum of RGB (Red+Green+Blue) = 122+68+159=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A449F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A449F is #85BB60. Grayscale: #5E5E5E. Windows color (decimal): -8764257 or 10437754. OLE color: 10437754.

HSL color Cylindrical-coordinate representation of color #7A449F: hue angle of 275.6º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A449F is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12268159-
CMYK0.230.5700.38
HSL275.6º40.09%44.51%-
HSV(B)275.6º57.23%62.35%-
XYZ16.3510.7834.02-
YUV94.52164.39147.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.96%
GREEN value IS 68 (26.95% from 255) = 19.48%
BLUE value IS 159 (62.5% from 255) = 45.56%
R=34.96%
G=19.48%
B=45.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122681590.230.5700.38275.640.0944.51
Hex7A449F1739026114282d
Octal17210423727710464245055
Binary1111010100010010011111101111110010100110100010100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A449F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,68,159); }

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

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

 a { background-color: rgb(122,68,159); }

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

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

 span { border-color: rgb(122,68,159); }

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