#74429A

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

Shades of Studio #74429A

Tints of Studio #74429A

Color information

#74429A (or 0x74429A) is unknown color: approx Studio. HEX triplet: 74, 42 and 9A. RGB value is (116,66,154). Sum of RGB (Red+Green+Blue) = 116+66+154=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #74429A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74429A is #8BBD65. Grayscale: #5A5A5A. Windows color (decimal): -9157990 or 10109556. OLE color: 10109556.

HSL color Cylindrical-coordinate representation of color #74429A: hue angle of 274.09º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74429A is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11666154-
CMYK0.250.5700.40
HSL274.09º40%43.14%-
HSV(B)274.09º57.14%60.39%-
XYZ14.989.9431.7-
YUV90.98163.56145.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.52%
GREEN value IS 66 (26.17% from 255) = 19.64%
BLUE value IS 154 (60.55% from 255) = 45.83%
R=34.52%
G=19.64%
B=45.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal116661540.250.5700.40274.094043.14
Hex74429A1939028112282b
Octal16410223231710504225053
Binary1110100100001010011010110011110010101000100010010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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