#744598

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

Shades of Studio #744598

Tints of Studio #744598

Color information

#744598 (or 0x744598) is unknown color: approx Studio. HEX triplet: 74, 45 and 98. RGB value is (116,69,152). Sum of RGB (Red+Green+Blue) = 116+69+152=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: blue. Hex color #744598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744598 is #8BBA67. Grayscale: #5C5C5C. Windows color (decimal): -9157224 or 9979252. OLE color: 9979252.

HSL color Cylindrical-coordinate representation of color #744598: hue angle of 273.98º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #744598 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11669152-
CMYK0.240.5500.40
HSL273.98º37.56%43.33%-
HSV(B)273.98º54.61%59.61%-
XYZ1510.2430.89-
YUV92.52161.57144.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.42%
GREEN value IS 69 (27.34% from 255) = 20.47%
BLUE value IS 152 (59.77% from 255) = 45.10%
R=34.42%
G=20.47%
B=45.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal116691520.240.5500.40273.9837.5643.33
Hex7445981837028112262b
Octal16410523030670504224653
Binary1110100100010110011000110001101110101000100010010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744598; }

 p { color: rgb(116,69,152); }

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

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

 a { background-color: rgb(116,69,152); }

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

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

 span { border-color: rgb(116,69,152); }

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