#6F3152

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

Shades of Flirt #6F3152

Tints of Flirt #6F3152

Color information

#6F3152 (or 0x6F3152) is unknown color: approx Flirt. HEX triplet: 6F, 31 and 52. RGB value is (111,49,82). Sum of RGB (Red+Green+Blue) = 111+49+82=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3152 is #90CEAD. Grayscale: #474747. Windows color (decimal): -9490094 or 5386607. OLE color: 5386607.

HSL color Cylindrical-coordinate representation of color #6F3152: hue angle of 328.06º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F3152 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB1114982-
CMYK00.560.260.56
HSL328.06º38.75%31.37%-
HSV(B)328.06º55.86%43.53%-
XYZ9.186.198.69-
YUV71.3134.04156.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.87%
GREEN value IS 49 (19.53% from 255) = 20.25%
BLUE value IS 82 (32.42% from 255) = 33.88%
R=45.87%
G=20.25%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111498200.560.260.56328.0638.7531.37
Hex6F31520381A38148271f
Octal1576112207032705104737
Binary1101111110001101001001110001101011100010100100010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F3152; }

 p { color: rgb(111,49,82); }

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

<style>
 a { background-color: #6F3152; }

 a { background-color: rgb(111,49,82); }

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

<style>
 span { border-color: #6F3152; }

 span { border-color: rgb(111,49,82); }

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