Html Css Color HEX #78439D Studio

📋 copy color: '#78439D'

red 120 ◦ green 67 ◦ blue 157

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

Shades of Studio #78439D

Tints of Studio #78439D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.48%

 BLUE value IS 157 (61.72% from 255) = 45.64%

R = 34.88%
G = 19.48%
B = 45.64%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78439D (or 0x78439D) is known color: Studio. HEX triplet: 78, 43 and 9D. RGB value is (120,67,157). Sum of RGB (Red+Green+Blue) = 120+67+157=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #78439D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78439D is #87BC62. Grayscale: #5C5C5C. Windows color (decimal): -8895587 or 10306424. OLE color: 10306424.

HSL color Cylindrical-coordinate representation of color #78439D: hue angle of 275.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78439D is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 67 157 -
CMYK 0.24 0.57 0 0.38
HSL 275.33º 0.4% 0.44% -
HSV(B) 275.33º 0.57% 0.62% -
XYZ 15.84 10.44 33.08 -
YUV 93.11 164.06 147.18 -
System Red Green Blue C M Y K H S L
Decimal 120 67 157 0.24 0.57 0 0.38 275.33 0.4 0.44
Hex 78 43 9D 18 39 0 26 113 28 2C
Octal 170 103 235 30 71 0 46 423 50 54
Binary 1111000 1000011 10011101 11000 111001 0 100110 100010011 101000 101100

Color Harmonies of #78439D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78439D

Black with #78439D

Text Example


Text Example

White with #78439D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78439D; }

 p { color: rgb(120,67,157); }

 H1.HeaderClassName
 {
   color: #78439D;
 }
 .AnyTagClassName
 {
   color: #78439D;
 }
</style>

background-color css

<style>
 a { background-color: #78439D; }

 a { background-color: rgb(120,67,157); }

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

border-color css

<style>
 span { border-color: #78439D; }

 span { border-color: rgb(120,67,157); }

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