Html Css Color HEX #784799 Studio

📋 copy color: '#784799'

red 120 ◦ green 71 ◦ blue 153

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

Shades of Studio #784799

Tints of Studio #784799

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.64%

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

R = 34.88%
G = 20.64%
B = 44.48%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#784799 (or 0x784799) is known color: Studio. HEX triplet: 78, 47 and 99. RGB value is (120,71,153). Sum of RGB (Red+Green+Blue) = 120+71+153=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #784799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784799 is #87B866. Grayscale: #5E5E5E. Windows color (decimal): -8894567 or 10045304. OLE color: 10045304.

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

Color convert

RGB 120 71 153 -
CMYK 0.22 0.54 0 0.4
HSL 275.85º 0.37% 0.44% -
HSV(B) 275.85º 0.54% 0.6% -
XYZ 15.75 10.8 31.39 -
YUV 95 160.73 145.83 -
System Red Green Blue C M Y K H S L
Decimal 120 71 153 0.22 0.54 0 0.4 275.85 0.37 0.44
Hex 78 47 99 16 36 0 28 114 25 2C
Octal 170 107 231 26 66 0 50 424 45 54
Binary 1111000 1000111 10011001 10110 110110 0 101000 100010100 100101 101100

Color Harmonies of #784799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784799

Black with #784799

Text Example


Text Example

White with #784799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784799; }

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

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

background-color css

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

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

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

border-color css

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

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

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