Html Css Color HEX #784599 Studio

📋 copy color: '#784599'

red 120 ◦ green 69 ◦ blue 153

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

Shades of Studio #784599

Tints of Studio #784599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.18%

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

R = 35.09%
G = 20.18%
B = 44.74%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#784599 (or 0x784599) is known color: Studio. HEX triplet: 78, 45 and 99. RGB value is (120,69,153). Sum of RGB (Red+Green+Blue) = 120+69+153=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #784599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784599 is #87BA66. Grayscale: #5D5D5D. Windows color (decimal): -8895079 or 10044792. OLE color: 10044792.

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

Color convert

RGB 120 69 153 -
CMYK 0.22 0.55 0 0.4
HSL 276.43º 0.38% 0.44% -
HSV(B) 276.43º 0.55% 0.6% -
XYZ 15.62 10.55 31.35 -
YUV 93.83 161.4 146.67 -
System Red Green Blue C M Y K H S L
Decimal 120 69 153 0.22 0.55 0 0.4 276.43 0.38 0.44
Hex 78 45 99 16 37 0 28 114 26 2C
Octal 170 105 231 26 67 0 50 424 46 54
Binary 1111000 1000101 10011001 10110 110111 0 101000 100010100 100110 101100

Color Harmonies of #784599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784599

Black with #784599

Text Example


Text Example

White with #784599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784599; }

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

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

background-color css

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

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

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

border-color css

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

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

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