#6216BD

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

Shades of Purple Heart #6216BD

Tints of Purple Heart #6216BD

Color information

#6216BD (or 0x6216BD) is unknown color: approx Purple Heart. HEX triplet: 62, 16 and BD. RGB value is (98,22,189). Sum of RGB (Red+Green+Blue) = 98+22+189=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #6216BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6216BD is #9DE942. Grayscale: #3F3F3F. Windows color (decimal): -10348867 or 12392034. OLE color: 12392034.

HSL color Cylindrical-coordinate representation of color #6216BD: hue angle of 267.31º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6216BD is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9822189-
CMYK0.480.8800.26
HSL267.31º79.15%41.37%-
HSV(B)267.31º88.36%74.12%-
XYZ14.516.8448.7-
YUV63.76198.68152.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.72%
GREEN value IS 22 (8.98% from 255) = 7.12%
BLUE value IS 189 (74.22% from 255) = 61.17%
R=31.72%
G=7.12%
B=61.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal98221890.480.8800.26267.3179.1541.37
Hex6216BD305801A10b4f29
Octal142262756013003241311751
Binary1100010101101011110111000010110000110101000010111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6216BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6216BD; }

 p { color: rgb(98,22,189); }

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

<style>
 a { background-color: #6216BD; }

 a { background-color: rgb(98,22,189); }

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

<style>
 span { border-color: #6216BD; }

 span { border-color: rgb(98,22,189); }

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