#7B3355

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

Shades of Flirt #7B3355

Tints of Flirt #7B3355

Color information

#7B3355 (or 0x7B3355) is unknown color: approx Flirt. HEX triplet: 7B, 33 and 55. RGB value is (123,51,85). Sum of RGB (Red+Green+Blue) = 123+51+85=259 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.49% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3355 is #84CCAA. Grayscale: #4C4C4C. Windows color (decimal): -8703147 or 5583739. OLE color: 5583739.

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

Color convert

RGB1235185-
CMYK00.590.310.52
HSL331.67º41.38%34.12%-
HSV(B)331.67º58.54%48.24%-
XYZ10.997.239.41-
YUV76.4132.85161.24-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.49%
GREEN value IS 51 (20.31% from 255) = 19.69%
BLUE value IS 85 (33.59% from 255) = 32.82%
R=47.49%
G=19.69%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123518500.590.310.52331.6741.3834.12
Hex7B335503B1F3414c2922
Octal1736312507337645145142
Binary11110111100111010101011101111111110100101001100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,51,85); }

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

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

 a { background-color: rgb(123,51,85); }

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

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

 span { border-color: rgb(123,51,85); }

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