#7A439E

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

Shades of Studio #7A439E

Tints of Studio #7A439E

Color information

#7A439E (or 0x7A439E) is unknown color: approx Studio. HEX triplet: 7A, 43 and 9E. RGB value is (122,67,158). Sum of RGB (Red+Green+Blue) = 122+67+158=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A439E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A439E is #85BC61. Grayscale: #5D5D5D. Windows color (decimal): -8764514 or 10371962. OLE color: 10371962.

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

Color convert

RGB12267158-
CMYK0.230.5800.38
HSL276.26º40.44%44.12%-
HSV(B)276.26º57.59%61.96%-
XYZ16.210.6233.54-
YUV93.82164.22148.1-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.16%
GREEN value IS 67 (26.56% from 255) = 19.31%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=35.16%
G=19.31%
B=45.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122671580.230.5800.38276.2640.4444.12
Hex7A439E173A026114282c
Octal17210323627720464245054
Binary1111010100001110011110101111110100100110100010100101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A439E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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