Html Css Color HEX #78409E Studio

📋 copy color: '#78409E'

red 120 ◦ green 64 ◦ blue 158

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

Shades of Studio #78409E

Tints of Studio #78409E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 46.2%

R = 35.09%
G = 18.71%
B = 46.2%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78409E (or 0x78409E) is known color: Studio. HEX triplet: 78, 40 and 9E. RGB value is (120,64,158). Sum of RGB (Red+Green+Blue) = 120+64+158=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 158 - color contains mainly: blue. Hex color #78409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78409E is #87BF61. Grayscale: #5B5B5B. Windows color (decimal): -8896354 or 10371192. OLE color: 10371192.

HSL color Cylindrical-coordinate representation of color #78409E: hue angle of 275.74º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #78409E is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 64 158 -
CMYK 0.24 0.59 0 0.38
HSL 275.74º 0.42% 0.44% -
HSV(B) 275.74º 0.59% 0.62% -
XYZ 15.75 10.13 33.47 -
YUV 91.46 165.55 148.36 -
System Red Green Blue C M Y K H S L
Decimal 120 64 158 0.24 0.59 0 0.38 275.74 0.42 0.44
Hex 78 40 9E 18 3B 0 26 114 2A 2C
Octal 170 100 236 30 73 0 46 424 52 54
Binary 1111000 1000000 10011110 11000 111011 0 100110 100010100 101010 101100

Color Harmonies of #78409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78409E

Black with #78409E

Text Example


Text Example

White with #78409E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78409E; }

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

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

background-color css

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

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

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

border-color css

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

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

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