#7A4CB6

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

Shades of Studio #7A4CB6

Tints of Studio #7A4CB6

Color information

#7A4CB6 (or 0x7A4CB6) is unknown color: approx Studio. HEX triplet: 7A, 4C and B6. RGB value is (122,76,182). Sum of RGB (Red+Green+Blue) = 122+76+182=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 182 (71.48% from 255 or 47.89% from 380); Max value from RGB is 182 - color contains mainly: blue. Hex color #7A4CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A4CB6 is #85B349. Grayscale: #656565. Windows color (decimal): -8762186 or 11947130. OLE color: 11947130.

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

Color convert

RGB12276182-
CMYK0.330.5800.29
HSL266.04º42.06%50.59%-
HSV(B)266.04º58.24%71.37%-
XYZ19.0512.6845.7-
YUV101.84173.24142.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.11%
GREEN value IS 76 (30.08% from 255) = 20%
BLUE value IS 182 (71.48% from 255) = 47.89%
R=32.11%
G=20%
B=47.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal122761820.330.5800.29266.0442.0650.59
Hex7A4CB6213A01D10a2a33
Octal17211426641720354125263
Binary1111010100110010110110100001111010011101100001010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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