#7A449E

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

Shades of Studio #7A449E

Tints of Studio #7A449E

Color information

#7A449E (or 0x7A449E) is unknown color: approx Studio. HEX triplet: 7A, 44 and 9E. RGB value is (122,68,158). Sum of RGB (Red+Green+Blue) = 122+68+158=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A449E is #85BB61. Grayscale: #5E5E5E. Windows color (decimal): -8764258 or 10372218. OLE color: 10372218.

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

Color convert

RGB12268158-
CMYK0.230.5700.38
HSL276º39.82%44.31%-
HSV(B)276º56.96%61.96%-
XYZ16.2610.7433.56-
YUV94.41163.89147.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.06%
GREEN value IS 68 (26.95% from 255) = 19.54%
BLUE value IS 158 (62.11% from 255) = 45.40%
R=35.06%
G=19.54%
B=45.40%

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
Decimal122681580.230.5700.3827639.8244.31
Hex7A449E1739026114282c
Octal17210423627710464245054
Binary1111010100010010011110101111110010100110100010100101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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