Html Css Color HEX #784299 Studio

📋 copy color: '#784299'

red 120 ◦ green 66 ◦ blue 153

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

Shades of Studio #784299

Tints of Studio #784299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.47%

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

R = 35.4%
G = 19.47%
B = 45.13%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#784299 (or 0x784299) is known color: Studio. HEX triplet: 78, 42 and 99. RGB value is (120,66,153). Sum of RGB (Red+Green+Blue) = 120+66+153=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #784299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784299 is #87BD66. Grayscale: #5B5B5B. Windows color (decimal): -8895847 or 10044024. OLE color: 10044024.

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

Color convert

RGB 120 66 153 -
CMYK 0.22 0.57 0 0.4
HSL 277.24º 0.4% 0.43% -
HSV(B) 277.24º 0.57% 0.6% -
XYZ 15.44 10.19 31.29 -
YUV 92.06 162.39 147.93 -
System Red Green Blue C M Y K H S L
Decimal 120 66 153 0.22 0.57 0 0.4 277.24 0.4 0.43
Hex 78 42 99 16 39 0 28 115 28 2B
Octal 170 102 231 26 71 0 50 425 50 53
Binary 1111000 1000010 10011001 10110 111001 0 101000 100010101 101000 101011

Color Harmonies of #784299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784299

Black with #784299

Text Example


Text Example

White with #784299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784299; }

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

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

background-color css

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

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

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

border-color css

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

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

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