#6B1589

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

Shades of Purple #6B1589

Tints of Purple #6B1589

Color information

#6B1589 (or 0x6B1589) is unknown color: approx Purple. HEX triplet: 6B, 15 and 89. RGB value is (107,21,137). Sum of RGB (Red+Green+Blue) = 107+21+137=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #6B1589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1589 is #94EA76. Grayscale: #3B3B3B. Windows color (decimal): -9759351 or 8983915. OLE color: 8983915.

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

Color convert

RGB10721137-
CMYK0.220.8500.46
HSL284.48º73.42%30.98%-
HSV(B)284.48º84.67%53.73%-
XYZ10.855.4724.15-
YUV59.94171.49161.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.38%
GREEN value IS 21 (8.59% from 255) = 7.92%
BLUE value IS 137 (53.91% from 255) = 51.70%
R=40.38%
G=7.92%
B=51.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal107211370.220.8500.46284.4873.4230.98
Hex6B1589165502E11c491f
Octal153252112612505643411137
Binary110101110101100010011011010101010101110100011100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,21,137); }

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

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

 a { background-color: rgb(107,21,137); }

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

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

 span { border-color: rgb(107,21,137); }

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