Html Css Color HEX #784999 Studio

📋 copy color: '#784999'

red 120 ◦ green 73 ◦ blue 153

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

Shades of Studio #784999

Tints of Studio #784999

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.1%

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

R = 34.68%
G = 21.1%
B = 44.22%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#784999 (or 0x784999) is known color: Studio. HEX triplet: 78, 49 and 99. RGB value is (120,73,153). Sum of RGB (Red+Green+Blue) = 120+73+153=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #784999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784999 is #87B666. Grayscale: #5F5F5F. Windows color (decimal): -8894055 or 10045816. OLE color: 10045816.

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

Color convert

RGB 120 73 153 -
CMYK 0.22 0.52 0 0.4
HSL 275.25º 0.35% 0.44% -
HSV(B) 275.25º 0.52% 0.6% -
XYZ 15.88 11.06 31.43 -
YUV 96.17 160.07 145 -
System Red Green Blue C M Y K H S L
Decimal 120 73 153 0.22 0.52 0 0.4 275.25 0.35 0.44
Hex 78 49 99 16 34 0 28 113 23 2C
Octal 170 111 231 26 64 0 50 423 43 54
Binary 1111000 1001001 10011001 10110 110100 0 101000 100010011 100011 101100

Color Harmonies of #784999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784999

Black with #784999

Text Example


Text Example

White with #784999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784999; }

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

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

background-color css

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

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

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

border-color css

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

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

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