#74429B

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

Shades of Studio #74429B

Tints of Studio #74429B

Color information

#74429B (or 0x74429B) is unknown color: approx Studio. HEX triplet: 74, 42 and 9B. RGB value is (116,66,155). Sum of RGB (Red+Green+Blue) = 116+66+155=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #74429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74429B is #8BBD64. Grayscale: #5A5A5A. Windows color (decimal): -9157989 or 10175092. OLE color: 10175092.

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

Color convert

RGB11666155-
CMYK0.250.5700.39
HSL273.71º40.27%43.33%-
HSV(B)273.71º57.42%60.78%-
XYZ15.079.9832.14-
YUV91.1164.06145.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.42%
GREEN value IS 66 (26.17% from 255) = 19.58%
BLUE value IS 155 (60.94% from 255) = 45.99%
R=34.42%
G=19.58%
B=45.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116661550.250.5700.39273.7140.2743.33
Hex74429B1939027112282b
Octal16410223331710474225053
Binary1110100100001010011011110011110010100111100010010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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