#6325AB

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

Shades of Purple Heart #6325AB

Tints of Purple Heart #6325AB

Color information

#6325AB (or 0x6325AB) is unknown color: approx Purple Heart. HEX triplet: 63, 25 and AB. RGB value is (99,37,171). Sum of RGB (Red+Green+Blue) = 99+37+171=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #6325AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6325AB is #9CDA54. Grayscale: #464646. Windows color (decimal): -10279509 or 11216227. OLE color: 11216227.

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

Color convert

RGB9937171-
CMYK0.420.7800.33
HSL267.76º64.42%40.78%-
HSV(B)267.76º78.36%67.06%-
XYZ13.166.9239.17-
YUV70.81184.54148.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.25%
GREEN value IS 37 (14.84% from 255) = 12.05%
BLUE value IS 171 (67.19% from 255) = 55.70%
R=32.25%
G=12.05%
B=55.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99371710.420.7800.33267.7664.4240.78
Hex6325AB2A4E02110c4029
Octal143452535211604141410051
Binary110001110010110101011101010100111001000011000011001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6325AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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