Html Css Color HEX #78409D Studio

📋 copy color: '#78409D'

red 120 ◦ green 64 ◦ blue 157

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

Shades of Studio #78409D

Tints of Studio #78409D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.04%

R = 35.19%
G = 18.77%
B = 46.04%

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

#78409D (or 0x78409D) is known color: Studio. HEX triplet: 78, 40 and 9D. RGB value is (120,64,157). Sum of RGB (Red+Green+Blue) = 120+64+157=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #78409D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78409D is #87BF62. Grayscale: #5B5B5B. Windows color (decimal): -8896355 or 10305656. OLE color: 10305656.

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

Color convert

RGB 120 64 157 -
CMYK 0.24 0.59 0 0.38
HSL 276.13º 0.42% 0.43% -
HSV(B) 276.13º 0.59% 0.62% -
XYZ 15.66 10.09 33.02 -
YUV 91.35 165.05 148.44 -
System Red Green Blue C M Y K H S L
Decimal 120 64 157 0.24 0.59 0 0.38 276.13 0.42 0.43
Hex 78 40 9D 18 3B 0 26 114 2A 2B
Octal 170 100 235 30 73 0 46 424 52 53
Binary 1111000 1000000 10011101 11000 111011 0 100110 100010100 101010 101011

Color Harmonies of #78409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78409D

Black with #78409D

Text Example


Text Example

White with #78409D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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