Html Css Color HEX #784899 Studio

📋 copy color: '#784899'

red 120 ◦ green 72 ◦ blue 153

#784899
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #784899

Tints of Studio #784899

RGB

 RED value IS 120 (47.27% from 255) = 34.78%

 GREEN value IS 72 (28.52% from 255) = 20.87%

 BLUE value IS 153 (60.16% from 255) = 44.35%

R = 34.78%
G = 20.87%
B = 44.35%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#784899 (or 0x784899) is known color: Studio. HEX triplet: 78, 48 and 99. RGB value is (120,72,153). Sum of RGB (Red+Green+Blue) = 120+72+153=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #784899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784899 is #87B766. Grayscale: #5F5F5F. Windows color (decimal): -8894311 or 10045560. OLE color: 10045560.

HSL color Cylindrical-coordinate representation of color #784899: hue angle of 275.56º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #784899 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 72 153 -
CMYK 0.22 0.53 0 0.4
HSL 275.56º 0.36% 0.44% -
HSV(B) 275.56º 0.53% 0.6% -
XYZ 15.81 10.93 31.41 -
YUV 95.59 160.4 145.41 -
System Red Green Blue C M Y K H S L
Decimal 120 72 153 0.22 0.53 0 0.4 275.56 0.36 0.44
Hex 78 48 99 16 35 0 28 114 24 2C
Octal 170 110 231 26 65 0 50 424 44 54
Binary 1111000 1001000 10011001 10110 110101 0 101000 100010100 100100 101100

Color Harmonies of #784899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784899

Black with #784899

Text Example


Text Example

White with #784899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784899; }

 p { color: rgb(120,72,153); }

 H1.HeaderClassName
 {
   color: #784899;
 }
 .AnyTagClassName
 {
   color: #784899;
 }
</style>

background-color css

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

 a { background-color: rgb(120,72,153); }

 div.DivClassName
 {
   background-color: #784899;
 }
 .BgClassName
 {
   background-color: #784899;
 }
</style>

border-color css

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

 span { border-color: rgb(120,72,153); }

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