#7F3458

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

Shades of Flirt #7F3458

Tints of Flirt #7F3458

Color information

#7F3458 (or 0x7F3458) is unknown color: approx Flirt. HEX triplet: 7F, 34 and 58. RGB value is (127,52,88). Sum of RGB (Red+Green+Blue) = 127+52+88=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3458 is #80CBA7. Grayscale: #4E4E4E. Windows color (decimal): -8440744 or 5780607. OLE color: 5780607.

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

Color convert

RGB1275288-
CMYK00.590.310.50
HSL331.2º41.9%35.1%-
HSV(B)331.2º59.06%49.8%-
XYZ11.747.6710.09-
YUV78.53133.35162.57-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.57%
GREEN value IS 52 (20.70% from 255) = 19.48%
BLUE value IS 88 (34.77% from 255) = 32.96%
R=47.57%
G=19.48%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127528800.590.310.50331.241.935.1
Hex7F345803B1F3214b2a23
Octal1776413007337625135243
Binary11111111101001011000011101111111110010101001011101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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