#7A3CB6

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

Shades of Studio #7A3CB6

Tints of Studio #7A3CB6

Color information

#7A3CB6 (or 0x7A3CB6) is unknown color: approx Studio. HEX triplet: 7A, 3C and B6. RGB value is (122,60,182). Sum of RGB (Red+Green+Blue) = 122+60+182=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 182 (71.48% from 255 or 50% from 364); Max value from RGB is 182 - color contains mainly: blue. Hex color #7A3CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3CB6 is #85C349. Grayscale: #5C5C5C. Windows color (decimal): -8766282 or 11943034. OLE color: 11943034.

HSL color Cylindrical-coordinate representation of color #7A3CB6: hue angle of 270.49º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A3CB6 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12260182-
CMYK0.330.6700.29
HSL270.49º50.41%47.45%-
HSV(B)270.49º67.03%71.37%-
XYZ18.0910.7545.38-
YUV92.45178.54149.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.52%
GREEN value IS 60 (23.83% from 255) = 16.48%
BLUE value IS 182 (71.48% from 255) = 50%
R=33.52%
G=16.48%
B=50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal122601820.330.6700.29270.4950.4147.45
Hex7A3CB6214301D10e322f
Octal17274266411030354166257
Binary1111010111100101101101000011000011011101100001110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,60,182); }

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

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

 a { background-color: rgb(122,60,182); }

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

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

 span { border-color: rgb(122,60,182); }

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