#7B204C

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

Shades of Flirt #7B204C

Tints of Flirt #7B204C

Color information

#7B204C (or 0x7B204C) is unknown color: approx Flirt. HEX triplet: 7B, 20 and 4C. RGB value is (123,32,76). Sum of RGB (Red+Green+Blue) = 123+32+76=231 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.25% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 123 - color contains mainly: red. Hex color #7B204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B204C is #84DFB3. Grayscale: #404040. Windows color (decimal): -8708020 or 4989051. OLE color: 4989051.

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

Color convert

RGB1233276-
CMYK00.740.380.52
HSL330.99º58.71%30.39%-
HSV(B)330.99º73.98%48.24%-
XYZ9.995.777.42-
YUV64.22134.65169.92-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 53.25%
GREEN value IS 32 (12.89% from 255) = 13.85%
BLUE value IS 76 (30.08% from 255) = 32.90%
R=53.25%
G=13.85%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123327600.740.380.52330.9958.7130.39
Hex7B204C04A263414b3b1e
Octal17340114011246645137336
Binary111101110000010011000100101010011011010010100101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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