#78429B

Color #78429B Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #78429B

Tints of Studio #78429B

Color information

#78429B (or 0x78429B) is unknown color: approx Studio. HEX triplet: 78, 42 and 9B. RGB value is (120,66,155). Sum of RGB (Red+Green+Blue) = 120+66+155=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #78429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78429B is #87BD64. Grayscale: #5B5B5B. Windows color (decimal): -8895845 or 10175096. OLE color: 10175096.

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

Color convert

RGB12066155-
CMYK0.230.5700.39
HSL276.4º40.27%43.33%-
HSV(B)276.4º57.42%60.78%-
XYZ15.6110.2632.17-
YUV92.29163.39147.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.19%
GREEN value IS 66 (26.17% from 255) = 19.35%
BLUE value IS 155 (60.94% from 255) = 45.45%
R=35.19%
G=19.35%
B=45.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal120661550.230.5700.39276.440.2743.33
Hex78429B1739027114282b
Octal17010223327710474245053
Binary1111000100001010011011101111110010100111100010100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #78429B;
 }
 .AnyTagClassName
 {
   color: #78429B;
 }
</style>
background-color css

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

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

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

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

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

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