Html Css Color HEX #78439A Studio

📋 copy color: '#78439A'

red 120 ◦ green 67 ◦ blue 154

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

Shades of Studio #78439A

Tints of Studio #78439A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.16%

R = 35.19%
G = 19.65%
B = 45.16%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#78439A (or 0x78439A) is known color: Studio. HEX triplet: 78, 43 and 9A. RGB value is (120,67,154). Sum of RGB (Red+Green+Blue) = 120+67+154=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #78439A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78439A is #87BC65. Grayscale: #5C5C5C. Windows color (decimal): -8895590 or 10109816. OLE color: 10109816.

HSL color Cylindrical-coordinate representation of color #78439A: hue angle of 276.55º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #78439A is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 67 154 -
CMYK 0.22 0.56 0 0.40
HSL 276.55º 0.39% 0.43% -
HSV(B) 276.55º 0.56% 0.6% -
XYZ 15.59 10.34 31.75 -
YUV 92.77 162.56 147.43 -
System Red Green Blue C M Y K H S L
Decimal 120 67 154 0.22 0.56 0 0.40 276.55 0.39 0.43
Hex 78 43 9A 16 38 0 28 115 27 2B
Octal 170 103 232 26 70 0 50 425 47 53
Binary 1111000 1000011 10011010 10110 111000 0 101000 100010101 100111 101011

Color Harmonies of #78439A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78439A

Black with #78439A

Text Example


Text Example

White with #78439A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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