#753FB4

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

Shades of Studio #753FB4

Tints of Studio #753FB4

Color information

#753FB4 (or 0x753FB4) is unknown color: approx Studio. HEX triplet: 75, 3F and B4. RGB value is (117,63,180). Sum of RGB (Red+Green+Blue) = 117+63+180=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #753FB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753FB4 is #8AC04B. Grayscale: #5C5C5C. Windows color (decimal): -9093196 or 11812725. OLE color: 11812725.

HSL color Cylindrical-coordinate representation of color #753FB4: hue angle of 267.69º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #753FB4 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11763180-
CMYK0.350.6500.29
HSL267.69º48.15%47.65%-
HSV(B)267.69º65%70.59%-
XYZ17.3510.6344.32-
YUV92.48177.39145.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.5%
GREEN value IS 63 (25% from 255) = 17.5%
BLUE value IS 180 (70.70% from 255) = 50%
R=32.5%
G=17.5%
B=50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117631800.350.6500.29267.6948.1547.65
Hex753FB4234101D10c3030
Octal16577264431010354146060
Binary1110101111111101101001000111000001011101100001100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753FB4; }

 p { color: rgb(117,63,180); }

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

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

 a { background-color: rgb(117,63,180); }

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

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

 span { border-color: rgb(117,63,180); }

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