#6322BA

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

Shades of Purple Heart #6322BA

Tints of Purple Heart #6322BA

Color information

#6322BA (or 0x6322BA) is unknown color: approx Purple Heart. HEX triplet: 63, 22 and BA. RGB value is (99,34,186). Sum of RGB (Red+Green+Blue) = 99+34+186=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #6322BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6322BA is #9CDD45. Grayscale: #464646. Windows color (decimal): -10280262 or 12198499. OLE color: 12198499.

HSL color Cylindrical-coordinate representation of color #6322BA: hue angle of 265.66º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6322BA is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9934186-
CMYK0.470.8200.27
HSL265.66º69.09%43.14%-
HSV(B)265.66º81.72%72.94%-
XYZ14.587.3447.1-
YUV70.76193.03148.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.03%
GREEN value IS 34 (13.67% from 255) = 10.66%
BLUE value IS 186 (73.05% from 255) = 58.31%
R=31.03%
G=10.66%
B=58.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal99341860.470.8200.27265.6669.0943.14
Hex6322BA2F5201B10a452b
Octal143422725712203341210553
Binary11000111000101011101010111110100100110111000010101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6322BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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