Html Css Color HEX #78529F Studio

📋 copy color: '#78529F'

red 120 ◦ green 82 ◦ blue 159

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

Shades of Studio #78529F

Tints of Studio #78529F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.71%

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

R = 33.24%
G = 22.71%
B = 44.04%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78529F (or 0x78529F) is known color: Studio. HEX triplet: 78, 52 and 9F. RGB value is (120,82,159). Sum of RGB (Red+Green+Blue) = 120+82+159=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #78529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78529F is #87AD60. Grayscale: #656565. Windows color (decimal): -8891745 or 10441336. OLE color: 10441336.

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

Color convert

RGB 120 82 159 -
CMYK 0.25 0.48 0 0.38
HSL 269.61º 0.32% 0.47% -
HSV(B) 269.61º 0.48% 0.62% -
XYZ 17.02 12.53 34.32 -
YUV 102.14 160.09 140.74 -
System Red Green Blue C M Y K H S L
Decimal 120 82 159 0.25 0.48 0 0.38 269.61 0.32 0.47
Hex 78 52 9F 19 30 0 26 10E 20 2F
Octal 170 122 237 31 60 0 46 416 40 57
Binary 1111000 1010010 10011111 11001 110000 0 100110 100001110 100000 101111

Color Harmonies of #78529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78529F

Black with #78529F

Text Example


Text Example

White with #78529F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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