Html Css Color HEX #78429C Studio

📋 copy color: '#78429C'

red 120 ◦ green 66 ◦ blue 156

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

Shades of Studio #78429C

Tints of Studio #78429C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.3%

 BLUE value IS 156 (61.33% from 255) = 45.61%

R = 35.09%
G = 19.3%
B = 45.61%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78429C (or 0x78429C) is known color: Studio. HEX triplet: 78, 42 and 9C. RGB value is (120,66,156). Sum of RGB (Red+Green+Blue) = 120+66+156=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #78429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78429C is #87BD63. Grayscale: #5C5C5C. Windows color (decimal): -8895844 or 10240632. OLE color: 10240632.

HSL color Cylindrical-coordinate representation of color #78429C: hue angle of 276º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78429C is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 66 156 -
CMYK 0.23 0.58 0 0.39
HSL 276º 0.41% 0.44% -
HSV(B) 276º 0.58% 0.61% -
XYZ 15.69 10.29 32.61 -
YUV 92.41 163.89 147.68 -
System Red Green Blue C M Y K H S L
Decimal 120 66 156 0.23 0.58 0 0.39 276 0.41 0.44
Hex 78 42 9C 17 3A 0 27 114 29 2C
Octal 170 102 234 27 72 0 47 424 51 54
Binary 1111000 1000010 10011100 10111 111010 0 100111 100010100 101001 101100

Color Harmonies of #78429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78429C

Black with #78429C

Text Example


Text Example

White with #78429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78429C; }

 p { color: rgb(120,66,156); }

 H1.HeaderClassName
 {
   color: #78429C;
 }
 .AnyTagClassName
 {
   color: #78429C;
 }
</style>

background-color css

<style>
 a { background-color: #78429C; }

 a { background-color: rgb(120,66,156); }

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

border-color css

<style>
 span { border-color: #78429C; }

 span { border-color: rgb(120,66,156); }

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