#6214BB

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

Shades of Purple Heart #6214BB

Tints of Purple Heart #6214BB

Color information

#6214BB (or 0x6214BB) is unknown color: approx Purple Heart. HEX triplet: 62, 14 and BB. RGB value is (98,20,187). Sum of RGB (Red+Green+Blue) = 98+20+187=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #6214BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6214BB is #9DEB44. Grayscale: #3D3D3D. Windows color (decimal): -10349381 or 12260450. OLE color: 12260450.

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

Color convert

RGB9820187-
CMYK0.480.8900.27
HSL268.02º80.68%40.59%-
HSV(B)268.02º89.3%73.33%-
XYZ14.266.6847.55-
YUV62.36198.34153.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.13%
GREEN value IS 20 (8.20% from 255) = 6.56%
BLUE value IS 187 (73.44% from 255) = 61.31%
R=32.13%
G=6.56%
B=61.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal98201870.480.8900.27268.0280.6840.59
Hex6214BB305901B10c5129
Octal142242736013103341412151
Binary1100010101001011101111000010110010110111000011001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6214BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,20,187); }

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

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

 a { background-color: rgb(98,20,187); }

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

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

 span { border-color: rgb(98,20,187); }

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