#6B1584

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

Shades of Purple #6B1584

Tints of Purple #6B1584

Color information

#6B1584 (or 0x6B1584) is unknown color: approx Purple. HEX triplet: 6B, 15 and 84. RGB value is (107,21,132). Sum of RGB (Red+Green+Blue) = 107+21+132=260 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.15% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B1584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1584 is #94EA7B. Grayscale: #3B3B3B. Windows color (decimal): -9759356 or 8656235. OLE color: 8656235.

HSL color Cylindrical-coordinate representation of color #6B1584: hue angle of 286.49º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B1584 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10721132-
CMYK0.190.8400.48
HSL286.49º72.55%30%-
HSV(B)286.49º84.09%51.76%-
XYZ10.55.3322.3-
YUV59.37168.99161.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.15%
GREEN value IS 21 (8.59% from 255) = 8.08%
BLUE value IS 132 (51.95% from 255) = 50.77%
R=41.15%
G=8.08%
B=50.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107211320.190.8400.48286.4972.5530
Hex6B1584135403011e491e
Octal153252042312406043611136
Binary110101110101100001001001110101000110000100011110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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