#6B008F

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

Shades of Purple #6B008F

Tints of Purple #6B008F

Color information

#6B008F (or 0x6B008F) is unknown color: approx Purple. HEX triplet: 6B, 00 and 8F. RGB value is (107,0,143). Sum of RGB (Red+Green+Blue) = 107+0+143=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #6B008F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B008F is #94FF70. Grayscale: #2F2F2F. Windows color (decimal): -9764721 or 9371755. OLE color: 9371755.

HSL color Cylindrical-coordinate representation of color #6B008F: hue angle of 284.9º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B008F is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1070143-
CMYK0.25100.44
HSL284.9º100%28.04%-
HSV(B)284.9º100%56.08%-
XYZ11.025.1126.39-
YUV48.3181.45169.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.8%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 143 (56.25% from 255) = 57.2%
R=42.8%
G=0%
B=57.2%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10701430.25100.44284.910028.04
Hex6B08F196402C11d641c
Octal15302173114405443514434
Binary11010110100011111100111001000101100100011101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B008F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,0,143); }

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

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

 a { background-color: rgb(107,0,143); }

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

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

 span { border-color: rgb(107,0,143); }

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