#6b138a

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

Shades of Purple #6B138A

Tints of Purple #6B138A

Color information

#6B138A (or 0x6B138A) is unknown color: approx Purple. HEX triplet: 6B, 13 and 8A. RGB value is (107,19,138). Sum of RGB (Red+Green+Blue) = 107+19+138=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B138A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B138A is #94EC75. Grayscale: #3A3A3A. Windows color (decimal): -9759862 or 9048939. OLE color: 9048939.

HSL color Cylindrical-coordinate representation of color #6B138A: hue angle of 284.37º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B138A is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10719138-
CMYK0.220.8600.46
HSL284.37º75.8%30.78%-
HSV(B)284.37º86.23%54.12%-
XYZ10.885.4324.52-
YUV58.88172.65162.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.53%
GREEN value IS 19 (7.81% from 255) = 7.20%
BLUE value IS 138 (54.30% from 255) = 52.27%
R=40.53%
G=7.20%
B=52.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal107191380.220.8600.46284.3775.830.78
Hex6B138A165602E11c4c1f
Octal153232122612605643411437
Binary110101110011100010101011010101100101110100011100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b138a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,19,138); }

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

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

 a { background-color: rgb(107,19,138); }

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

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

 span { border-color: rgb(107,19,138); }

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