#6429AB

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

Shades of Purple Heart #6429AB

Tints of Purple Heart #6429AB

Color information

#6429AB (or 0x6429AB) is unknown color: approx Purple Heart. HEX triplet: 64, 29 and AB. RGB value is (100,41,171). Sum of RGB (Red+Green+Blue) = 100+41+171=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #6429AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6429AB is #9BD654. Grayscale: #494949. Windows color (decimal): -10212949 or 11217252. OLE color: 11217252.

HSL color Cylindrical-coordinate representation of color #6429AB: hue angle of 267.23º 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 #6429AB is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10041171-
CMYK0.420.7600.33
HSL267.23º61.32%41.57%-
HSV(B)267.23º76.02%67.06%-
XYZ13.47.2439.22-
YUV73.46183.05146.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.05%
GREEN value IS 41 (16.41% from 255) = 13.14%
BLUE value IS 171 (67.19% from 255) = 54.81%
R=32.05%
G=13.14%
B=54.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100411710.420.7600.33267.2361.3241.57
Hex6429AB2A4C02110b3d2a
Octal14451253521140414137552
Binary11001001010011010101110101010011000100001100001011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6429AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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