#6216BF

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

Shades of Purple Heart #6216BF

Tints of Purple Heart #6216BF

Color information

#6216BF (or 0x6216BF) is unknown color: approx Purple Heart. HEX triplet: 62, 16 and BF. RGB value is (98,22,191). Sum of RGB (Red+Green+Blue) = 98+22+191=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #6216BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6216BF is #9DE940. Grayscale: #3F3F3F. Windows color (decimal): -10348865 or 12523106. OLE color: 12523106.

HSL color Cylindrical-coordinate representation of color #6216BF: hue angle of 266.98º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6216BF is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9822191-
CMYK0.490.8800.25
HSL266.98º79.34%41.76%-
HSV(B)266.98º88.48%74.9%-
XYZ14.736.9349.85-
YUV63.99199.68152.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.51%
GREEN value IS 22 (8.98% from 255) = 7.07%
BLUE value IS 191 (75% from 255) = 61.41%
R=31.51%
G=7.07%
B=61.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98221910.490.8800.25266.9879.3441.76
Hex6216BF315801910b4f2a
Octal142262776113003141311752
Binary1100010101101011111111000110110000110011000010111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6216BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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