#7F2358

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

Shades of Flirt #7F2358

Tints of Flirt #7F2358

Color information

#7F2358 (or 0x7F2358) is unknown color: approx Flirt. HEX triplet: 7F, 23 and 58. RGB value is (127,35,88). Sum of RGB (Red+Green+Blue) = 127+35+88=250 (33% of max value = 765). Red value is 127 (50% from 255 or 50.8% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2358 is #80DCA7. Grayscale: #444444. Windows color (decimal): -8445096 or 5776255. OLE color: 5776255.

HSL color Cylindrical-coordinate representation of color #7F2358: hue angle of 325.43º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F2358 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB1273588-
CMYK00.720.310.50
HSL325.43º56.79%31.76%-
HSV(B)325.43º72.44%49.8%-
XYZ11.116.429.89-
YUV68.55138.98169.69-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50.8%
GREEN value IS 35 (14.06% from 255) = 14%
BLUE value IS 88 (34.77% from 255) = 35.2%
R=50.8%
G=14%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127358800.720.310.50325.4356.7931.76
Hex7F23580481F321453920
Octal17743130011037625057140
Binary111111110001110110000100100011111110010101000101111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F2358; }

 p { color: rgb(127,35,88); }

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

<style>
 a { background-color: #7F2358; }

 a { background-color: rgb(127,35,88); }

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

<style>
 span { border-color: #7F2358; }

 span { border-color: rgb(127,35,88); }

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