#7B254F

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

Shades of Flirt #7B254F

Tints of Flirt #7B254F

Color information

#7B254F (or 0x7B254F) is unknown color: approx Flirt. HEX triplet: 7B, 25 and 4F. RGB value is (123,37,79). Sum of RGB (Red+Green+Blue) = 123+37+79=239 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.46% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 123 - color contains mainly: red. Hex color #7B254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B254F is #84DAB0. Grayscale: #434343. Windows color (decimal): -8706737 or 5186939. OLE color: 5186939.

HSL color Cylindrical-coordinate representation of color #7B254F: hue angle of 330.7º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B254F is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.52.

Color convert

RGB1233779-
CMYK00.700.360.52
HSL330.7º53.75%31.37%-
HSV(B)330.7º69.92%48.24%-
XYZ10.246.18.03-
YUV67.5134.49167.58-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 51.46%
GREEN value IS 37 (14.84% from 255) = 15.48%
BLUE value IS 79 (31.25% from 255) = 33.05%
R=51.46%
G=15.48%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123377900.700.360.52330.753.7531.37
Hex7B254F046243414b361f
Octal17345117010644645136637
Binary111101110010110011110100011010010011010010100101111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,37,79); }

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

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

 a { background-color: rgb(123,37,79); }

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

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

 span { border-color: rgb(123,37,79); }

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