#75304C

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

Shades of Flirt #75304C

Tints of Flirt #75304C

Color information

#75304C (or 0x75304C) is unknown color: approx Flirt. HEX triplet: 75, 30 and 4C. RGB value is (117,48,76). Sum of RGB (Red+Green+Blue) = 117+48+76=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #75304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75304C is #8ACFB3. Grayscale: #474747. Windows color (decimal): -9097140 or 4993141. OLE color: 4993141.

HSL color Cylindrical-coordinate representation of color #75304C: hue angle of 335.65º 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 #75304C is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1174876-
CMYK00.590.350.54
HSL335.65º41.82%32.35%-
HSV(B)335.65º58.97%45.88%-
XYZ9.76.427.57-
YUV71.82130.36160.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 48 (19.14% from 255) = 19.92%
BLUE value IS 76 (30.08% from 255) = 31.54%
R=48.55%
G=19.92%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117487600.590.350.54335.6541.8232.35
Hex75304C03B23361502a20
Octal1656011407343665205240
Binary111010111000010011000111011100011110110101010000101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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