#7B3060

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

Shades of Flirt #7B3060

Tints of Flirt #7B3060

Color information

#7B3060 (or 0x7B3060) is unknown color: approx Flirt. HEX triplet: 7B, 30 and 60. RGB value is (123,48,96). Sum of RGB (Red+Green+Blue) = 123+48+96=267 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.07% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3060 is #84CF9F. Grayscale: #4B4B4B. Windows color (decimal): -8703904 or 6303867. OLE color: 6303867.

HSL color Cylindrical-coordinate representation of color #7B3060: hue angle of 321.6º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B3060 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB1234896-
CMYK00.610.220.52
HSL321.6º43.86%33.53%-
HSV(B)321.6º60.98%48.24%-
XYZ11.347.1711.85-
YUV75.9139.35161.6-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.07%
GREEN value IS 48 (19.14% from 255) = 17.98%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=46.07%
G=17.98%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123489600.610.220.52321.643.8633.53
Hex7B306003D16341422c22
Octal1736014007526645025442
Binary11110111100001100000011110110110110100101000010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,48,96); }

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

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

 a { background-color: rgb(123,48,96); }

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

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

 span { border-color: rgb(123,48,96); }

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