#6B1480

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

Shades of Purple #6B1480

Tints of Purple #6B1480

Color information

#6B1480 (or 0x6B1480) is unknown color: approx Purple. HEX triplet: 6B, 14 and 80. RGB value is (107,20,128). Sum of RGB (Red+Green+Blue) = 107+20+128=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 128 (50.39% from 255 or 50.20% from 255); Max value from RGB is 128 - color contains mainly: blue. Hex color #6B1480 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1480 is #94EB7F. Grayscale: #393939. Windows color (decimal): -9759616 or 8393835. OLE color: 8393835.

HSL color Cylindrical-coordinate representation of color #6B1480: hue angle of 288.33º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B1480 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10720128-
CMYK0.160.8400.50
HSL288.33º72.97%29.02%-
HSV(B)288.33º84.38%50.2%-
XYZ10.215.1820.88-
YUV58.32167.32162.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.96%
GREEN value IS 20 (8.20% from 255) = 7.84%
BLUE value IS 128 (50.39% from 255) = 50.20%
R=41.96%
G=7.84%
B=50.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal107201280.160.8400.50288.3372.9729.02
Hex6B14801054032120491d
Octal153242002012406244011135
Binary110101110100100000001000010101000110010100100000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,20,128); }

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

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

 a { background-color: rgb(107,20,128); }

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

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

 span { border-color: rgb(107,20,128); }

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