Html Css Color HEX #78589F Studio

📋 copy color: '#78589F'

red 120 ◦ green 88 ◦ blue 159

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

Shades of Studio #78589F

Tints of Studio #78589F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.98%

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

R = 32.7%
G = 23.98%
B = 43.32%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78589F (or 0x78589F) is known color: Studio. HEX triplet: 78, 58 and 9F. RGB value is (120,88,159). Sum of RGB (Red+Green+Blue) = 120+88+159=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #78589F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78589F is #87A760. Grayscale: #696969. Windows color (decimal): -8890209 or 10442872. OLE color: 10442872.

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

Color convert

RGB 120 88 159 -
CMYK 0.25 0.45 0 0.38
HSL 267.04º 0.29% 0.48% -
HSV(B) 267.04º 0.45% 0.62% -
XYZ 17.49 13.48 34.48 -
YUV 105.66 158.1 138.23 -
System Red Green Blue C M Y K H S L
Decimal 120 88 159 0.25 0.45 0 0.38 267.04 0.29 0.48
Hex 78 58 9F 19 2D 0 26 10B 1D 30
Octal 170 130 237 31 55 0 46 413 35 60
Binary 1111000 1011000 10011111 11001 101101 0 100110 100001011 11101 110000

Color Harmonies of #78589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78589F

Black with #78589F

Text Example


Text Example

White with #78589F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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