#6C0087

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

Shades of Purple #6C0087

Tints of Purple #6C0087

Color information

#6C0087 (or 0x6C0087) is unknown color: approx Purple. HEX triplet: 6C, 00 and 87. RGB value is (108,0,135). Sum of RGB (Red+Green+Blue) = 108+0+135=243 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.44% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #6C0087 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0087 is #93FF78. Grayscale: #2F2F2F. Windows color (decimal): -9699193 or 8847468. OLE color: 8847468.

HSL color Cylindrical-coordinate representation of color #6C0087: hue angle of 288º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C0087 is Cyan = 0.2, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1080135-
CMYK0.2100.47
HSL288º100%26.47%-
HSV(B)288º100%52.94%-
XYZ10.564.9423.32-
YUV47.68177.28171.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 135 (53.12% from 255) = 55.56%
R=44.44%
G=0%
B=55.56%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10801350.2100.4728810026.47
Hex6C087146402F120641a
Octal15402072414405744014432
Binary11011000100001111010011001000101111100100000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,0,135); }

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

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

 a { background-color: rgb(108,0,135); }

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

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

 span { border-color: rgb(108,0,135); }

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