Html Css Color HEX #785199 Studio

📋 copy color: '#785199'

red 120 ◦ green 81 ◦ blue 153

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

Shades of Studio #785199

Tints of Studio #785199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.88%

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

R = 33.9%
G = 22.88%
B = 43.22%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#785199 (or 0x785199) is known color: Studio. HEX triplet: 78, 51 and 99. RGB value is (120,81,153). Sum of RGB (Red+Green+Blue) = 120+81+153=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #785199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785199 is #87AE66. Grayscale: #646464. Windows color (decimal): -8892007 or 10047864. OLE color: 10047864.

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

Color convert

RGB 120 81 153 -
CMYK 0.22 0.47 0 0.4
HSL 272.5º 0.31% 0.46% -
HSV(B) 272.5º 0.47% 0.6% -
XYZ 16.44 12.18 31.62 -
YUV 100.87 157.42 141.65 -
System Red Green Blue C M Y K H S L
Decimal 120 81 153 0.22 0.47 0 0.4 272.5 0.31 0.46
Hex 78 51 99 16 2F 0 28 110 1F 2E
Octal 170 121 231 26 57 0 50 420 37 56
Binary 1111000 1010001 10011001 10110 101111 0 101000 100010000 11111 101110

Color Harmonies of #785199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785199

Black with #785199

Text Example


Text Example

White with #785199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785199; }

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

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

background-color css

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

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

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

border-color css

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

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

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