#6422AC

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

Shades of Purple Heart #6422AC

Tints of Purple Heart #6422AC

Color information

#6422AC (or 0x6422AC) is unknown color: approx Purple Heart. HEX triplet: 64, 22 and AC. RGB value is (100,34,172). Sum of RGB (Red+Green+Blue) = 100+34+172=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #6422AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6422AC is #9BDD53. Grayscale: #444444. Windows color (decimal): -10214740 or 11280996. OLE color: 11280996.

HSL color Cylindrical-coordinate representation of color #6422AC: hue angle of 268.7º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6422AC is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10034172-
CMYK0.420.8000.33
HSL268.7º66.99%40.39%-
HSV(B)268.7º80.23%67.45%-
XYZ13.276.8339.65-
YUV69.47185.87149.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.68%
GREEN value IS 34 (13.67% from 255) = 11.11%
BLUE value IS 172 (67.58% from 255) = 56.21%
R=32.68%
G=11.11%
B=56.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100341720.420.8000.33268.766.9940.39
Hex6422AC2A5002110d4328
Octal144422545212004141510350
Binary110010010001010101100101010101000001000011000011011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6422AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6422AC; }

 p { color: rgb(100,34,172); }

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

<style>
 a { background-color: #6422AC; }

 a { background-color: rgb(100,34,172); }

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

<style>
 span { border-color: #6422AC; }

 span { border-color: rgb(100,34,172); }

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