Html Css Color HEX #78469E Studio

📋 copy color: '#78469E'

red 120 ◦ green 70 ◦ blue 158

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

Shades of Studio #78469E

Tints of Studio #78469E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.11%

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

R = 34.48%
G = 20.11%
B = 45.4%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78469E (or 0x78469E) is known color: Studio. HEX triplet: 78, 46 and 9E. RGB value is (120,70,158). Sum of RGB (Red+Green+Blue) = 120+70+158=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #78469E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78469E is #87B961. Grayscale: #5E5E5E. Windows color (decimal): -8894818 or 10372728. OLE color: 10372728.

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

Color convert

RGB 120 70 158 -
CMYK 0.24 0.56 0 0.38
HSL 274.09º 0.39% 0.45% -
HSV(B) 274.09º 0.56% 0.62% -
XYZ 16.11 10.84 33.59 -
YUV 94.98 163.57 145.84 -
System Red Green Blue C M Y K H S L
Decimal 120 70 158 0.24 0.56 0 0.38 274.09 0.39 0.45
Hex 78 46 9E 18 38 0 26 112 27 2D
Octal 170 106 236 30 70 0 46 422 47 55
Binary 1111000 1000110 10011110 11000 111000 0 100110 100010010 100111 101101

Color Harmonies of #78469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78469E

Black with #78469E

Text Example


Text Example

White with #78469E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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