#7B335C

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

Shades of Flirt #7B335C

Tints of Flirt #7B335C

Color information

#7B335C (or 0x7B335C) is unknown color: approx Flirt. HEX triplet: 7B, 33 and 5C. RGB value is (123,51,92). Sum of RGB (Red+Green+Blue) = 123+51+92=266 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.24% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 123 - color contains mainly: red. Hex color #7B335C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B335C is #84CCA3. Grayscale: #4D4D4D. Windows color (decimal): -8703140 or 6042491. OLE color: 6042491.

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

Color convert

RGB1235192-
CMYK00.590.250.52
HSL325.83º41.38%34.12%-
HSV(B)325.83º58.54%48.24%-
XYZ11.287.3510.95-
YUV77.2136.35160.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.24%
GREEN value IS 51 (20.31% from 255) = 19.17%
BLUE value IS 92 (36.33% from 255) = 34.59%
R=46.24%
G=19.17%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123519200.590.250.52325.8341.3834.12
Hex7B335C03B19341462922
Octal1736313407331645065142
Binary11110111100111011100011101111001110100101000110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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