#6C088F

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

Shades of Purple #6C088F

Tints of Purple #6C088F

Color information

#6C088F (or 0x6C088F) is unknown color: approx Purple. HEX triplet: 6C, 08 and 8F. RGB value is (108,8,143). Sum of RGB (Red+Green+Blue) = 108+8+143=259 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.70% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 143 (56.25% from 255 or 55.21% from 259); Max value from RGB is 143 - color contains mainly: blue. Hex color #6C088F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C088F is #93F770. Grayscale: #343434. Windows color (decimal): -9697137 or 9373804. OLE color: 9373804.

HSL color Cylindrical-coordinate representation of color #6C088F: hue angle of 284.44º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C088F is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1088143-
CMYK0.240.9400.44
HSL284.44º89.4%29.61%-
HSV(B)284.44º94.41%56.08%-
XYZ11.235.3426.43-
YUV53.29178.63167.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.70%
GREEN value IS 8 (3.52% from 255) = 3.09%
BLUE value IS 143 (56.25% from 255) = 55.21%
R=41.70%
G=3.09%
B=55.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10881430.240.9400.44284.4489.429.61
Hex6C88F185E02C11c591e
Octal154102173013605443413136
Binary11011001000100011111100010111100101100100011100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C088F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,8,143); }

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

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

 a { background-color: rgb(108,8,143); }

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

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

 span { border-color: rgb(108,8,143); }

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