#784CA1

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

Shades of Studio #784CA1

Tints of Studio #784CA1

Color information

#784CA1 (or 0x784CA1) is unknown color: approx Studio. HEX triplet: 78, 4C and A1. RGB value is (120,76,161). Sum of RGB (Red+Green+Blue) = 120+76+161=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 161 - color contains mainly: blue. Hex color #784CA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784CA1 is #87B35E. Grayscale: #626262. Windows color (decimal): -8893279 or 10570872. OLE color: 10570872.

HSL color Cylindrical-coordinate representation of color #784CA1: hue angle of 271.06º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #784CA1 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12076161-
CMYK0.250.5300.37
HSL271.06º35.86%46.47%-
HSV(B)271.06º52.8%63.14%-
XYZ16.7611.7435.1-
YUV98.85163.08143.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.61%
GREEN value IS 76 (30.08% from 255) = 21.29%
BLUE value IS 161 (63.28% from 255) = 45.10%
R=33.61%
G=21.29%
B=45.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal120761610.250.5300.37271.0635.8646.47
Hex784CA1193502510f242e
Octal17011424131650454174456
Binary1111000100110010100001110011101010100101100001111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,76,161); }

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

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

 a { background-color: rgb(120,76,161); }

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

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

 span { border-color: rgb(120,76,161); }

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