#6F1688

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

Shades of Purple #6F1688

Tints of Purple #6F1688

Color information

#6F1688 (or 0x6F1688) is unknown color: approx Purple. HEX triplet: 6F, 16 and 88. RGB value is (111,22,136). Sum of RGB (Red+Green+Blue) = 111+22+136=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #6F1688 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F1688 is #90E977. Grayscale: #3D3D3D. Windows color (decimal): -9496952 or 8918639. OLE color: 8918639.

HSL color Cylindrical-coordinate representation of color #6F1688: hue angle of 286.84º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F1688 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11122136-
CMYK0.180.8400.47
HSL286.84º72.15%30.98%-
HSV(B)286.84º83.82%53.33%-
XYZ11.295.7323.8-
YUV61.61169.99163.23-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.26%
GREEN value IS 22 (8.98% from 255) = 8.18%
BLUE value IS 136 (53.52% from 255) = 50.56%
R=41.26%
G=8.18%
B=50.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111221360.180.8400.47286.8472.1530.98
Hex6F1688125402F11f481f
Octal157262102212405743711037
Binary110111110110100010001001010101000101111100011111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,22,136); }

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

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

 a { background-color: rgb(111,22,136); }

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

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

 span { border-color: rgb(111,22,136); }

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