#75305C

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

Shades of Flirt #75305C

Tints of Flirt #75305C

Color information

#75305C (or 0x75305C) is unknown color: approx Flirt. HEX triplet: 75, 30 and 5C. RGB value is (117,48,92). Sum of RGB (Red+Green+Blue) = 117+48+92=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #75305C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75305C is #8ACFA3. Grayscale: #494949. Windows color (decimal): -9097124 or 6041717. OLE color: 6041717.

HSL color Cylindrical-coordinate representation of color #75305C: hue angle of 321.74º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75305C is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB1174892-
CMYK00.590.210.54
HSL321.74º41.82%32.35%-
HSV(B)321.74º58.97%45.88%-
XYZ10.326.6710.87-
YUV73.65138.36158.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.53%
GREEN value IS 48 (19.14% from 255) = 18.68%
BLUE value IS 92 (36.33% from 255) = 35.80%
R=45.53%
G=18.68%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117489200.590.210.54321.7441.8232.35
Hex75305C03B15361422a20
Octal1656013407325665025240
Binary11101011100001011100011101110101110110101000010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,48,92); }

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

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

 a { background-color: rgb(117,48,92); }

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

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

 span { border-color: rgb(117,48,92); }

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