#7B204E

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

Shades of Flirt #7B204E

Tints of Flirt #7B204E

Color information

#7B204E (or 0x7B204E) is unknown color: approx Flirt. HEX triplet: 7B, 20 and 4E. RGB value is (123,32,78). Sum of RGB (Red+Green+Blue) = 123+32+78=233 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.79% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 123 - color contains mainly: red. Hex color #7B204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B204E is #84DFB1. Grayscale: #404040. Windows color (decimal): -8708018 or 5120123. OLE color: 5120123.

HSL color Cylindrical-coordinate representation of color #7B204E: hue angle of 329.67º 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 #7B204E is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB1233278-
CMYK00.740.370.52
HSL329.67º58.71%30.39%-
HSV(B)329.67º73.98%48.24%-
XYZ10.065.797.8-
YUV64.45135.65169.76-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 52.79%
GREEN value IS 32 (12.89% from 255) = 13.73%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=52.79%
G=13.73%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123327800.740.370.52329.6758.7130.39
Hex7B204E04A253414a3b1e
Octal17340116011245645127336
Binary111101110000010011100100101010010111010010100101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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