#74429C

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

Shades of Studio #74429C

Tints of Studio #74429C

Color information

#74429C (or 0x74429C) is unknown color: approx Studio. HEX triplet: 74, 42 and 9C. RGB value is (116,66,156). Sum of RGB (Red+Green+Blue) = 116+66+156=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #74429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74429C is #8BBD63. Grayscale: #5A5A5A. Windows color (decimal): -9157988 or 10240628. OLE color: 10240628.

HSL color Cylindrical-coordinate representation of color #74429C: hue angle of 273.33º 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 #74429C is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11666156-
CMYK0.260.5800.39
HSL273.33º40.54%43.53%-
HSV(B)273.33º57.69%61.18%-
XYZ15.1510.0132.59-
YUV91.21164.56145.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 66 (26.17% from 255) = 19.53%
BLUE value IS 156 (61.33% from 255) = 46.15%
R=34.32%
G=19.53%
B=46.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116661560.260.5800.39273.3340.5443.53
Hex74429C1A3A027111292c
Octal16410223432720474215154
Binary1110100100001010011100110101110100100111100010001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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