#6324AC

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

Shades of Purple Heart #6324AC

Tints of Purple Heart #6324AC

Color information

#6324AC (or 0x6324AC) is unknown color: approx Purple Heart. HEX triplet: 63, 24 and AC. RGB value is (99,36,172). Sum of RGB (Red+Green+Blue) = 99+36+172=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #6324AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6324AC is #9CDB53. Grayscale: #454545. Windows color (decimal): -10279764 or 11281507. OLE color: 11281507.

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

Color convert

RGB9936172-
CMYK0.420.7900.33
HSL267.79º65.38%40.78%-
HSV(B)267.79º79.07%67.45%-
XYZ13.226.8939.66-
YUV70.34185.37148.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.25%
GREEN value IS 36 (14.45% from 255) = 11.73%
BLUE value IS 172 (67.58% from 255) = 56.03%
R=32.25%
G=11.73%
B=56.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99361720.420.7900.33267.7965.3840.78
Hex6324AC2A4F02110c4129
Octal143442545211704141410151
Binary110001110010010101100101010100111101000011000011001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6324AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,36,172); }

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

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

 a { background-color: rgb(99,36,172); }

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

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

 span { border-color: rgb(99,36,172); }

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