#6324BB

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

Shades of Purple Heart #6324BB

Tints of Purple Heart #6324BB

Color information

#6324BB (or 0x6324BB) is unknown color: approx Purple Heart. HEX triplet: 63, 24 and BB. RGB value is (99,36,187). Sum of RGB (Red+Green+Blue) = 99+36+187=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #6324BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6324BB is #9CDB44. Grayscale: #474747. Windows color (decimal): -10279749 or 12264547. OLE color: 12264547.

HSL color Cylindrical-coordinate representation of color #6324BB: hue angle of 265.03º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6324BB is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9936187-
CMYK0.470.8100.27
HSL265.03º67.71%43.73%-
HSV(B)265.03º80.75%73.33%-
XYZ14.757.547.68-
YUV72.05192.87147.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.75%
GREEN value IS 36 (14.45% from 255) = 11.18%
BLUE value IS 187 (73.44% from 255) = 58.07%
R=30.75%
G=11.18%
B=58.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal99361870.470.8100.27265.0367.7143.73
Hex6324BB2F5101B109442c
Octal143442735712103341110454
Binary11000111001001011101110111110100010110111000010011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6324BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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