#6322AB

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

Shades of Purple Heart #6322AB

Tints of Purple Heart #6322AB

Color information

#6322AB (or 0x6322AB) is unknown color: approx Purple Heart. HEX triplet: 63, 22 and AB. RGB value is (99,34,171). Sum of RGB (Red+Green+Blue) = 99+34+171=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #6322AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6322AB is #9CDD54. Grayscale: #444444. Windows color (decimal): -10280277 or 11215459. OLE color: 11215459.

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

Color convert

RGB9934171-
CMYK0.420.8000.33
HSL268.47º66.83%40.2%-
HSV(B)268.47º80.12%67.06%-
XYZ13.076.7439.14-
YUV69.05185.53149.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.57%
GREEN value IS 34 (13.67% from 255) = 11.18%
BLUE value IS 171 (67.19% from 255) = 56.25%
R=32.57%
G=11.18%
B=56.25%

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
Decimal99341710.420.8000.33268.4766.8340.2
Hex6322AB2A5002110c4328
Octal143422535212004141410350
Binary110001110001010101011101010101000001000011000011001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6322AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,34,171); }

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

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

 a { background-color: rgb(99,34,171); }

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

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

 span { border-color: rgb(99,34,171); }

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