#7A4DBE

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

Shades of Studio #7A4DBE

Tints of Studio #7A4DBE

Color information

#7A4DBE (or 0x7A4DBE) is unknown color: approx Studio. HEX triplet: 7A, 4D and BE. RGB value is (122,77,190). Sum of RGB (Red+Green+Blue) = 122+77+190=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A4DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A4DBE is #85B241. Grayscale: #666666. Windows color (decimal): -8761922 or 12471674. OLE color: 12471674.

HSL color Cylindrical-coordinate representation of color #7A4DBE: hue angle of 263.89º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A4DBE is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12277190-
CMYK0.360.5900.25
HSL263.89º46.5%52.35%-
HSV(B)263.89º59.47%74.51%-
XYZ19.9713.1650.2-
YUV103.34176.91141.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.36%
GREEN value IS 77 (30.47% from 255) = 19.79%
BLUE value IS 190 (74.61% from 255) = 48.84%
R=31.36%
G=19.79%
B=48.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122771900.360.5900.25263.8946.552.35
Hex7A4DBE243B0191082f34
Octal17211527644730314105764
Binary1111010100110110111110100100111011011001100001000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,77,190); }

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

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

 a { background-color: rgb(122,77,190); }

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

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

 span { border-color: rgb(122,77,190); }

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