#6F108C

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

Shades of Purple #6F108C

Tints of Purple #6F108C

Color information

#6F108C (or 0x6F108C) is unknown color: approx Purple. HEX triplet: 6F, 10 and 8C. RGB value is (111,16,140). Sum of RGB (Red+Green+Blue) = 111+16+140=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #6F108C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F108C is #90EF73. Grayscale: #3A3A3A. Windows color (decimal): -9498484 or 9179247. OLE color: 9179247.

HSL color Cylindrical-coordinate representation of color #6F108C: hue angle of 285.97º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F108C is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11116140-
CMYK0.210.8900.45
HSL285.97º79.49%30.59%-
HSV(B)285.97º88.57%54.9%-
XYZ11.475.6425.3-
YUV58.54173.97165.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.57%
GREEN value IS 16 (6.64% from 255) = 5.99%
BLUE value IS 140 (55.08% from 255) = 52.43%
R=41.57%
G=5.99%
B=52.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111161400.210.8900.45285.9779.4930.59
Hex6F108C155902D11e4f1f
Octal157202142513105543611737
Binary110111110000100011001010110110010101101100011110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F108C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,16,140); }

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

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

 a { background-color: rgb(111,16,140); }

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

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

 span { border-color: rgb(111,16,140); }

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