#74439B

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

Shades of Studio #74439B

Tints of Studio #74439B

Color information

#74439B (or 0x74439B) is unknown color: approx Studio. HEX triplet: 74, 43 and 9B. RGB value is (116,67,155). Sum of RGB (Red+Green+Blue) = 116+67+155=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #74439B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74439B is #8BBC64. Grayscale: #5B5B5B. Windows color (decimal): -9157733 or 10175348. OLE color: 10175348.

HSL color Cylindrical-coordinate representation of color #74439B: hue angle of 273.41º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74439B is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11667155-
CMYK0.250.5700.39
HSL273.41º39.64%43.53%-
HSV(B)273.41º56.77%60.78%-
XYZ15.1310.0932.16-
YUV91.68163.73145.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 67 (26.56% from 255) = 19.82%
BLUE value IS 155 (60.94% from 255) = 45.86%
R=34.32%
G=19.82%
B=45.86%

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
Decimal116671550.250.5700.39273.4139.6443.53
Hex74439B1939027111282c
Octal16410323331710474215054
Binary1110100100001110011011110011110010100111100010001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74439B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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