#784AB3

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

Shades of Studio #784AB3

Tints of Studio #784AB3

Color information

#784AB3 (or 0x784AB3) is unknown color: approx Studio. HEX triplet: 78, 4A and B3. RGB value is (120,74,179). Sum of RGB (Red+Green+Blue) = 120+74+179=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #784AB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784AB3 is #87B54C. Grayscale: #636363. Windows color (decimal): -8893773 or 11750008. OLE color: 11750008.

HSL color Cylindrical-coordinate representation of color #784AB3: hue angle of 266.29º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #784AB3 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12074179-
CMYK0.330.5900.30
HSL266.29º41.5%49.61%-
HSV(B)266.29º58.66%70.2%-
XYZ18.3312.1544.03-
YUV99.72172.74142.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.17%
GREEN value IS 74 (29.30% from 255) = 19.84%
BLUE value IS 179 (70.31% from 255) = 47.99%
R=32.17%
G=19.84%
B=47.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal120741790.330.5900.30266.2941.549.61
Hex784AB3213B01E10a2a32
Octal17011226341730364125262
Binary1111000100101010110011100001111011011110100001010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,74,179); }

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

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

 a { background-color: rgb(120,74,179); }

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

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

 span { border-color: rgb(120,74,179); }

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