#7B204D

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

Shades of Flirt #7B204D

Tints of Flirt #7B204D

Color information

#7B204D (or 0x7B204D) is unknown color: approx Flirt. HEX triplet: 7B, 20 and 4D. RGB value is (123,32,77). Sum of RGB (Red+Green+Blue) = 123+32+77=232 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.02% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 123 - color contains mainly: red. Hex color #7B204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B204D is #84DFB2. Grayscale: #404040. Windows color (decimal): -8708019 or 5054587. OLE color: 5054587.

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

Color convert

RGB1233277-
CMYK00.740.370.52
HSL330.33º58.71%30.39%-
HSV(B)330.33º73.98%48.24%-
XYZ10.025.787.61-
YUV64.34135.15169.84-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 53.02%
GREEN value IS 32 (12.89% from 255) = 13.79%
BLUE value IS 77 (30.47% from 255) = 33.19%
R=53.02%
G=13.79%
B=33.19%

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
Decimal123327700.740.370.52330.3358.7130.39
Hex7B204D04A253414a3b1e
Octal17340115011245645127336
Binary111101110000010011010100101010010111010010100101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B204D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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