Html Css Color HEX #784099 Studio

📋 copy color: '#784099'

red 120 ◦ green 64 ◦ blue 153

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

Shades of Studio #784099

Tints of Studio #784099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.99%

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

R = 35.61%
G = 18.99%
B = 45.4%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#784099 (or 0x784099) is known color: Studio. HEX triplet: 78, 40 and 99. RGB value is (120,64,153). Sum of RGB (Red+Green+Blue) = 120+64+153=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #784099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784099 is #87BF66. Grayscale: #5A5A5A. Windows color (decimal): -8896359 or 10043512. OLE color: 10043512.

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

Color convert

RGB 120 64 153 -
CMYK 0.22 0.58 0 0.4
HSL 277.75º 0.41% 0.43% -
HSV(B) 277.75º 0.58% 0.6% -
XYZ 15.33 9.96 31.25 -
YUV 90.89 163.05 148.76 -
System Red Green Blue C M Y K H S L
Decimal 120 64 153 0.22 0.58 0 0.4 277.75 0.41 0.43
Hex 78 40 99 16 3A 0 28 116 29 2B
Octal 170 100 231 26 72 0 50 426 51 53
Binary 1111000 1000000 10011001 10110 111010 0 101000 100010110 101001 101011

Color Harmonies of #784099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784099

Black with #784099

Text Example


Text Example

White with #784099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784099; }

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

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

background-color css

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

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

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

border-color css

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

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

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