#6b128b

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

Shades of Purple #6B128B

Tints of Purple #6B128B

Color information

#6B128B (or 0x6B128B) is unknown color: approx Purple. HEX triplet: 6B, 12 and 8B. RGB value is (107,18,139). Sum of RGB (Red+Green+Blue) = 107+18+139=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B128B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B128B is #94ED74. Grayscale: #3A3A3A. Windows color (decimal): -9760117 or 9114219. OLE color: 9114219.

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

Color convert

RGB10718139-
CMYK0.230.8700.45
HSL284.13º77.07%30.78%-
HSV(B)284.13º87.05%54.51%-
XYZ10.945.4224.9-
YUV58.4173.49162.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.53%
GREEN value IS 18 (7.42% from 255) = 6.82%
BLUE value IS 139 (54.69% from 255) = 52.65%
R=40.53%
G=6.82%
B=52.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107181390.230.8700.45284.1377.0730.78
Hex6B128B175702D11c4d1f
Octal153222132712705543411537
Binary110101110010100010111011110101110101101100011100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b128b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,18,139); }

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

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

 a { background-color: rgb(107,18,139); }

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

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

 span { border-color: rgb(107,18,139); }

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