#6B1784

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

Shades of Purple #6B1784

Tints of Purple #6B1784

Color information

#6B1784 (or 0x6B1784) is unknown color: approx Purple. HEX triplet: 6B, 17 and 84. RGB value is (107,23,132). Sum of RGB (Red+Green+Blue) = 107+23+132=262 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.84% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 132 (51.95% from 255 or 50.38% from 262); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B1784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1784 is #94E87B. Grayscale: #3C3C3C. Windows color (decimal): -9758844 or 8656747. OLE color: 8656747.

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

Color convert

RGB10723132-
CMYK0.190.8300.48
HSL286.24º70.32%30.39%-
HSV(B)286.24º82.58%51.76%-
XYZ10.535.422.32-
YUV60.54168.33161.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.84%
GREEN value IS 23 (9.38% from 255) = 8.78%
BLUE value IS 132 (51.95% from 255) = 50.38%
R=40.84%
G=8.78%
B=50.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107231320.190.8300.48286.2470.3230.39
Hex6B1784135303011e461e
Octal153272042312306043610636
Binary110101110111100001001001110100110110000100011110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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