#6B1ABF

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

Shades of Purple Heart #6B1ABF

Tints of Purple Heart #6B1ABF

Color information

#6B1ABF (or 0x6B1ABF) is unknown color: approx Purple Heart. HEX triplet: 6B, 1A and BF. RGB value is (107,26,191). Sum of RGB (Red+Green+Blue) = 107+26+191=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 191 (75% from 255 or 58.95% from 324); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B1ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B1ABF is #94E540. Grayscale: #444444. Windows color (decimal): -9758017 or 12524139. OLE color: 12524139.

HSL color Cylindrical-coordinate representation of color #6B1ABF: hue angle of 269.45º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B1ABF is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10726191-
CMYK0.440.8600.25
HSL269.45º76.04%42.55%-
HSV(B)269.45º86.39%74.9%-
XYZ15.847.6349.93-
YUV69.03196.84155.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.02%
GREEN value IS 26 (10.55% from 255) = 8.02%
BLUE value IS 191 (75% from 255) = 58.95%
R=33.02%
G=8.02%
B=58.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal107261910.440.8600.25269.4576.0442.55
Hex6B1ABF2C5601910d4c2b
Octal153322775412603141511453
Binary1101011110101011111110110010101100110011000011011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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