#75419E

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

Shades of Studio #75419E

Tints of Studio #75419E

Color information

#75419E (or 0x75419E) is unknown color: approx Studio. HEX triplet: 75, 41 and 9E. RGB value is (117,65,158). Sum of RGB (Red+Green+Blue) = 117+65+158=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #75419E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75419E is #8ABE61. Grayscale: #5A5A5A. Windows color (decimal): -9092706 or 10371445. OLE color: 10371445.

HSL color Cylindrical-coordinate representation of color #75419E: hue angle of 273.55º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75419E is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11765158-
CMYK0.260.5900.38
HSL273.55º41.7%43.73%-
HSV(B)273.55º58.86%61.96%-
XYZ15.410.0333.47-
YUV91.15165.73146.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.41%
GREEN value IS 65 (25.78% from 255) = 19.12%
BLUE value IS 158 (62.11% from 255) = 46.47%
R=34.41%
G=19.12%
B=46.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117651580.260.5900.38273.5541.743.73
Hex75419E1A3B0261122a2c
Octal16510123632730464225254
Binary1110101100000110011110110101110110100110100010010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75419E; }

 p { color: rgb(117,65,158); }

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

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

 a { background-color: rgb(117,65,158); }

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

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

 span { border-color: rgb(117,65,158); }

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