#74439F

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

Shades of Studio #74439F

Tints of Studio #74439F

Color information

#74439F (or 0x74439F) is unknown color: approx Studio. HEX triplet: 74, 43 and 9F. RGB value is (116,67,159). Sum of RGB (Red+Green+Blue) = 116+67+159=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #74439F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74439F is #8BBC60. Grayscale: #5B5B5B. Windows color (decimal): -9157729 or 10437492. OLE color: 10437492.

HSL color Cylindrical-coordinate representation of color #74439F: hue angle of 271.96º 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 #74439F is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11667159-
CMYK0.270.5800.38
HSL271.96º40.71%44.31%-
HSV(B)271.96º57.86%62.35%-
XYZ15.4710.2333.96-
YUV92.14165.73145.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 67 (26.56% from 255) = 19.59%
BLUE value IS 159 (62.5% from 255) = 46.49%
R=33.92%
G=19.59%
B=46.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116671590.270.5800.38271.9640.7144.31
Hex74439F1B3A026110292c
Octal16410323733720464205154
Binary1110100100001110011111110111110100100110100010000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74439F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74439F; }

 p { color: rgb(116,67,159); }

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

<style>
 a { background-color: #74439F; }

 a { background-color: rgb(116,67,159); }

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

<style>
 span { border-color: #74439F; }

 span { border-color: rgb(116,67,159); }

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