#74429D

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

Shades of Studio #74429D

Tints of Studio #74429D

Color information

#74429D (or 0x74429D) is unknown color: approx Studio. HEX triplet: 74, 42 and 9D. RGB value is (116,66,157). Sum of RGB (Red+Green+Blue) = 116+66+157=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #74429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74429D is #8BBD62. Grayscale: #5B5B5B. Windows color (decimal): -9157987 or 10306164. OLE color: 10306164.

HSL color Cylindrical-coordinate representation of color #74429D: hue angle of 272.97º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74429D is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11666157-
CMYK0.260.5800.38
HSL272.97º40.81%43.73%-
HSV(B)272.97º57.96%61.57%-
XYZ15.2410.0433.03-
YUV91.32165.06145.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 66 (26.17% from 255) = 19.47%
BLUE value IS 157 (61.72% from 255) = 46.31%
R=34.22%
G=19.47%
B=46.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116661570.260.5800.38272.9740.8143.73
Hex74429D1A3A026111292c
Octal16410223532720464215154
Binary1110100100001010011101110101110100100110100010001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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