#6F1373

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

Shades of Purple #6F1373

Tints of Purple #6F1373

Color information

#6F1373 (or 0x6F1373) is unknown color: approx Purple. HEX triplet: 6F, 13 and 73. RGB value is (111,19,115). Sum of RGB (Red+Green+Blue) = 111+19+115=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F1373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1373 is #90EC8C. Grayscale: #393939. Windows color (decimal): -9497741 or 7541615. OLE color: 7541615.

HSL color Cylindrical-coordinate representation of color #6F1373: hue angle of 297.5º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F1373 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11119115-
CMYK0.030.8300.55
HSL297.5º71.64%26.27%-
HSV(B)297.5º83.48%45.1%-
XYZ9.885.0816.68-
YUV57.45160.48166.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.31%
GREEN value IS 19 (7.81% from 255) = 7.76%
BLUE value IS 115 (45.31% from 255) = 46.94%
R=45.31%
G=7.76%
B=46.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111191150.030.8300.55297.571.6426.27
Hex6F137335303712a481a
Octal15723163312306745211032
Binary11011111001111100111110100110110111100101010100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,19,115); }

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

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

 a { background-color: rgb(111,19,115); }

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

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

 span { border-color: rgb(111,19,115); }

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