#6929AB

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

Shades of Purple Heart #6929AB

Tints of Purple Heart #6929AB

Color information

#6929AB (or 0x6929AB) is unknown color: approx Purple Heart. HEX triplet: 69, 29 and AB. RGB value is (105,41,171). Sum of RGB (Red+Green+Blue) = 105+41+171=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #6929AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6929AB is #96D654. Grayscale: #4A4A4A. Windows color (decimal): -9885269 or 11217257. OLE color: 11217257.

HSL color Cylindrical-coordinate representation of color #6929AB: hue angle of 269.54º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6929AB is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10541171-
CMYK0.390.7600.33
HSL269.54º61.32%41.57%-
HSV(B)269.54º76.02%67.06%-
XYZ13.977.5339.25-
YUV74.96182.2149.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.12%
GREEN value IS 41 (16.41% from 255) = 12.93%
BLUE value IS 171 (67.19% from 255) = 53.94%
R=33.12%
G=12.93%
B=53.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105411710.390.7600.33269.5461.3241.57
Hex6929AB274C02110e3d2a
Octal15151253471140414167552
Binary11010011010011010101110011110011000100001100001110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6929AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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