#6911AB

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

Shades of Purple Heart #6911AB

Tints of Purple Heart #6911AB

Color information

#6911AB (or 0x6911AB) is unknown color: approx Purple Heart. HEX triplet: 69, 11 and AB. RGB value is (105,17,171). Sum of RGB (Red+Green+Blue) = 105+17+171=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #6911AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6911AB is #96EE54. Grayscale: #3C3C3C. Windows color (decimal): -9891413 or 11211113. OLE color: 11211113.

HSL color Cylindrical-coordinate representation of color #6911AB: hue angle of 274.29º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6911AB is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10517171-
CMYK0.390.9000.33
HSL274.29º81.91%36.86%-
HSV(B)274.29º90.06%67.06%-
XYZ13.386.3439.05-
YUV60.87190.15159.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.84%
GREEN value IS 17 (7.03% from 255) = 5.80%
BLUE value IS 171 (67.19% from 255) = 58.36%
R=35.84%
G=5.80%
B=58.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105171710.390.9000.33274.2981.9136.86
Hex6911AB275A0211125225
Octal151212534713204142212245
Binary11010011000110101011100111101101001000011000100101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6911AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6911AB; }

 p { color: rgb(105,17,171); }

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

<style>
 a { background-color: #6911AB; }

 a { background-color: rgb(105,17,171); }

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

<style>
 span { border-color: #6911AB; }

 span { border-color: rgb(105,17,171); }

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