#784BAB

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

Shades of Studio #784BAB

Tints of Studio #784BAB

Color information

#784BAB (or 0x784BAB) is unknown color: approx Studio. HEX triplet: 78, 4B and AB. RGB value is (120,75,171). Sum of RGB (Red+Green+Blue) = 120+75+171=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #784BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784BAB is #87B454. Grayscale: #636363. Windows color (decimal): -8893525 or 11225976. OLE color: 11225976.

HSL color Cylindrical-coordinate representation of color #784BAB: hue angle of 268.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #784BAB is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12075171-
CMYK0.300.5600.33
HSL268.12º39.02%48.24%-
HSV(B)268.12º56.14%67.06%-
XYZ17.6111.9739.91-
YUV99.4168.41142.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.79%
GREEN value IS 75 (29.69% from 255) = 20.49%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=32.79%
G=20.49%
B=46.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120751710.300.5600.33268.1239.0248.24
Hex784BAB1E3802110c2730
Octal17011325336700414144760
Binary1111000100101110101011111101110000100001100001100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784BAB; }

 p { color: rgb(120,75,171); }

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

<style>
 a { background-color: #784BAB; }

 a { background-color: rgb(120,75,171); }

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

<style>
 span { border-color: #784BAB; }

 span { border-color: rgb(120,75,171); }

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