#7B4AC0

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

Shades of Studio #7B4AC0

Tints of Studio #7B4AC0

Color information

#7B4AC0 (or 0x7B4AC0) is unknown color: approx Studio. HEX triplet: 7B, 4A and C0. RGB value is (123,74,192). Sum of RGB (Red+Green+Blue) = 123+74+192=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #7B4AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B4AC0 is #84B53F. Grayscale: #656565. Windows color (decimal): -8697152 or 12601979. OLE color: 12601979.

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

Color convert

RGB12374192-
CMYK0.360.6100.25
HSL264.92º48.36%52.16%-
HSV(B)264.92º61.46%75.29%-
XYZ20.1312.9151.3-
YUV102.1178.73142.91-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.62%
GREEN value IS 74 (29.30% from 255) = 19.02%
BLUE value IS 192 (75.39% from 255) = 49.36%
R=31.62%
G=19.02%
B=49.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123741920.360.6100.25264.9248.3652.16
Hex7B4AC0243D0191093034
Octal17311230044750314116064
Binary1111011100101011000000100100111101011001100001001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,74,192); }

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

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

 a { background-color: rgb(123,74,192); }

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

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

 span { border-color: rgb(123,74,192); }

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