#75429C

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

Shades of Studio #75429C

Tints of Studio #75429C

Color information

#75429C (or 0x75429C) is unknown color: approx Studio. HEX triplet: 75, 42 and 9C. RGB value is (117,66,156). Sum of RGB (Red+Green+Blue) = 117+66+156=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #75429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75429C is #8ABD63. Grayscale: #5B5B5B. Windows color (decimal): -9092452 or 10240629. OLE color: 10240629.

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

Color convert

RGB11766156-
CMYK0.250.5800.39
HSL274º40.54%43.53%-
HSV(B)274º57.69%61.18%-
XYZ15.2910.0832.59-
YUV91.51164.4146.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 66 (26.17% from 255) = 19.47%
BLUE value IS 156 (61.33% from 255) = 46.02%
R=34.51%
G=19.47%
B=46.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117661560.250.5800.3927440.5443.53
Hex75429C193A027112292c
Octal16510223431720474225154
Binary1110101100001010011100110011110100100111100010010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75429C; }

 p { color: rgb(117,66,156); }

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

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

 a { background-color: rgb(117,66,156); }

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

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

 span { border-color: rgb(117,66,156); }

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