#6c0b8b

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

Shades of Purple #6C0B8B

Tints of Purple #6C0B8B

Color information

#6C0B8B (or 0x6C0B8B) is unknown color: approx Purple. HEX triplet: 6C, 0B and 8B. RGB value is (108,11,139). Sum of RGB (Red+Green+Blue) = 108+11+139=258 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.86% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C0B8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0B8B is #93F474. Grayscale: #363636. Windows color (decimal): -9696373 or 9112428. OLE color: 9112428.

HSL color Cylindrical-coordinate representation of color #6C0B8B: hue angle of 285.47º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C0B8B is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10811139-
CMYK0.220.9200.45
HSL285.47º85.33%29.41%-
HSV(B)285.47º92.09%54.51%-
XYZ10.965.2924.87-
YUV54.6175.64166.09-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.86%
GREEN value IS 11 (4.69% from 255) = 4.26%
BLUE value IS 139 (54.69% from 255) = 53.88%
R=41.86%
G=4.26%
B=53.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108111390.220.9200.45285.4785.3329.41
Hex6CB8B165C02D11d551d
Octal154132132613405543512535
Binary11011001011100010111011010111000101101100011101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c0b8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,11,139); }

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

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

 a { background-color: rgb(108,11,139); }

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

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

 span { border-color: rgb(108,11,139); }

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