#7B2056

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

Shades of Flirt #7B2056

Tints of Flirt #7B2056

Color information

#7B2056 (or 0x7B2056) is unknown color: approx Flirt. HEX triplet: 7B, 20 and 56. RGB value is (123,32,86). Sum of RGB (Red+Green+Blue) = 123+32+86=241 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.04% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2056 is #84DFA9. Grayscale: #414141. Windows color (decimal): -8708010 or 5644411. OLE color: 5644411.

HSL color Cylindrical-coordinate representation of color #7B2056: hue angle of 324.4º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B2056 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB1233286-
CMYK00.740.300.52
HSL324.4º58.71%30.39%-
HSV(B)324.4º73.98%48.24%-
XYZ10.365.929.4-
YUV65.36139.65169.11-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 51.04%
GREEN value IS 32 (12.89% from 255) = 13.28%
BLUE value IS 86 (33.98% from 255) = 35.68%
R=51.04%
G=13.28%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123328600.740.300.52324.458.7130.39
Hex7B205604A1E341443b1e
Octal17340126011236645047336
Binary11110111000001010110010010101111011010010100010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,32,86); }

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

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

 a { background-color: rgb(123,32,86); }

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

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

 span { border-color: rgb(123,32,86); }

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