Html Css Color HEX #784499 Studio

📋 copy color: '#784499'

red 120 ◦ green 68 ◦ blue 153

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

Shades of Studio #784499

Tints of Studio #784499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.94%

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

R = 35.19%
G = 19.94%
B = 44.87%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#784499 (or 0x784499) is known color: Studio. HEX triplet: 78, 44 and 99. RGB value is (120,68,153). Sum of RGB (Red+Green+Blue) = 120+68+153=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #784499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784499 is #87BB66. Grayscale: #5C5C5C. Windows color (decimal): -8895335 or 10044536. OLE color: 10044536.

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

Color convert

RGB 120 68 153 -
CMYK 0.22 0.56 0 0.4
HSL 276.71º 0.38% 0.43% -
HSV(B) 276.71º 0.56% 0.6% -
XYZ 15.56 10.43 31.33 -
YUV 93.24 161.73 147.09 -
System Red Green Blue C M Y K H S L
Decimal 120 68 153 0.22 0.56 0 0.4 276.71 0.38 0.43
Hex 78 44 99 16 38 0 28 115 26 2B
Octal 170 104 231 26 70 0 50 425 46 53
Binary 1111000 1000100 10011001 10110 111000 0 101000 100010101 100110 101011

Color Harmonies of #784499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784499

Black with #784499

Text Example


Text Example

White with #784499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784499; }

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

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

background-color css

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

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

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

border-color css

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

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

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