#7a42ba

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

Shades of Studio #7A42BA

Tints of Studio #7A42BA

Color information

#7A42BA (or 0x7A42BA) is unknown color: approx Studio. HEX triplet: 7A, 42 and BA. RGB value is (122,66,186). Sum of RGB (Red+Green+Blue) = 122+66+186=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A42BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A42BA is #85BD45. Grayscale: #606060. Windows color (decimal): -8764742 or 12206714. OLE color: 12206714.

HSL color Cylindrical-coordinate representation of color #7A42BA: hue angle of 268º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A42BA is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12266186-
CMYK0.340.6500.27
HSL268º47.62%49.41%-
HSV(B)268º64.52%72.94%-
XYZ18.8411.5847.7-
YUV96.42178.55146.24-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.62%
GREEN value IS 66 (26.17% from 255) = 17.65%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=32.62%
G=17.65%
B=49.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122661860.340.6500.2726847.6249.41
Hex7A42BA224101B10c3031
Octal172102272421010334146061
Binary11110101000010101110101000101000001011011100001100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a42ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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