Html Css Color HEX #78519F Studio

📋 copy color: '#78519F'

red 120 ◦ green 81 ◦ blue 159

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

Shades of Studio #78519F

Tints of Studio #78519F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.5%

 BLUE value IS 159 (62.5% from 255) = 44.17%

R = 33.33%
G = 22.5%
B = 44.17%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78519F (or 0x78519F) is known color: Studio. HEX triplet: 78, 51 and 9F. RGB value is (120,81,159). Sum of RGB (Red+Green+Blue) = 120+81+159=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #78519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78519F is #87AE60. Grayscale: #656565. Windows color (decimal): -8892001 or 10441080. OLE color: 10441080.

HSL color Cylindrical-coordinate representation of color #78519F: hue angle of 270º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78519F is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 81 159 -
CMYK 0.25 0.49 0 0.38
HSL 270º 0.33% 0.47% -
HSV(B) 270º 0.49% 0.62% -
XYZ 16.95 12.38 34.3 -
YUV 101.55 160.42 141.16 -
System Red Green Blue C M Y K H S L
Decimal 120 81 159 0.25 0.49 0 0.38 270 0.33 0.47
Hex 78 51 9F 19 31 0 26 10E 20 2F
Octal 170 121 237 31 61 0 46 416 40 57
Binary 1111000 1010001 10011111 11001 110001 0 100110 100001110 100000 101111

Color Harmonies of #78519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78519F

Black with #78519F

Text Example


Text Example

White with #78519F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78519F; }

 p { color: rgb(120,81,159); }

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

background-color css

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

 a { background-color: rgb(120,81,159); }

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

border-color css

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

 span { border-color: rgb(120,81,159); }

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