Html Css Color HEX #78409A Studio

📋 copy color: '#78409A'

red 120 ◦ green 64 ◦ blue 154

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

Shades of Studio #78409A

Tints of Studio #78409A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.56%

R = 35.5%
G = 18.93%
B = 45.56%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#78409A (or 0x78409A) is known color: Studio. HEX triplet: 78, 40 and 9A. RGB value is (120,64,154). Sum of RGB (Red+Green+Blue) = 120+64+154=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 154 - color contains mainly: blue. Hex color #78409A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78409A is #87BF65. Grayscale: #5A5A5A. Windows color (decimal): -8896358 or 10109048. OLE color: 10109048.

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

Color convert

RGB 120 64 154 -
CMYK 0.22 0.58 0 0.40
HSL 277.33º 0.41% 0.43% -
HSV(B) 277.33º 0.58% 0.6% -
XYZ 15.41 9.99 31.69 -
YUV 91 163.55 148.68 -
System Red Green Blue C M Y K H S L
Decimal 120 64 154 0.22 0.58 0 0.40 277.33 0.41 0.43
Hex 78 40 9A 16 3A 0 28 115 29 2B
Octal 170 100 232 26 72 0 50 425 51 53
Binary 1111000 1000000 10011010 10110 111010 0 101000 100010101 101001 101011

Color Harmonies of #78409A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78409A

Black with #78409A

Text Example


Text Example

White with #78409A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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