#6B1AB9

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

Shades of Purple Heart #6B1AB9

Tints of Purple Heart #6B1AB9

Color information

#6B1AB9 (or 0x6B1AB9) is unknown color: approx Purple Heart. HEX triplet: 6B, 1A and B9. RGB value is (107,26,185). Sum of RGB (Red+Green+Blue) = 107+26+185=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 185 (72.66% from 255 or 58.18% from 318); Max value from RGB is 185 - color contains mainly: blue. Hex color #6B1AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B1AB9 is #94E546. Grayscale: #434343. Windows color (decimal): -9758023 or 12130923. OLE color: 12130923.

HSL color Cylindrical-coordinate representation of color #6B1AB9: hue angle of 270.57º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B1AB9 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10726185-
CMYK0.420.8600.27
HSL270.57º75.36%41.37%-
HSV(B)270.57º85.95%72.55%-
XYZ15.197.3746.52-
YUV68.34193.84155.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.65%
GREEN value IS 26 (10.55% from 255) = 8.18%
BLUE value IS 185 (72.66% from 255) = 58.18%
R=33.65%
G=8.18%
B=58.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal107261850.420.8600.27270.5775.3641.37
Hex6B1AB92A5601B10f4b29
Octal153322715212603341711351
Binary1101011110101011100110101010101100110111000011111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,26,185); }

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

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

 a { background-color: rgb(107,26,185); }

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

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

 span { border-color: rgb(107,26,185); }

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