#6211BE

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

Shades of Purple Heart #6211BE

Tints of Purple Heart #6211BE

Color information

#6211BE (or 0x6211BE) is unknown color: approx Purple Heart. HEX triplet: 62, 11 and BE. RGB value is (98,17,190). Sum of RGB (Red+Green+Blue) = 98+17+190=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #6211BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6211BE is #9DEE41. Grayscale: #3C3C3C. Windows color (decimal): -10350146 or 12456290. OLE color: 12456290.

HSL color Cylindrical-coordinate representation of color #6211BE: hue angle of 268.09º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6211BE is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9817190-
CMYK0.480.9100.25
HSL268.09º83.57%40.59%-
HSV(B)268.09º91.05%74.51%-
XYZ14.536.7249.25-
YUV60.94200.84154.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.13%
GREEN value IS 17 (7.03% from 255) = 5.57%
BLUE value IS 190 (74.61% from 255) = 62.30%
R=32.13%
G=5.57%
B=62.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98171900.480.9100.25268.0983.5740.59
Hex6211BE305B01910c5429
Octal142212766013303141412451
Binary1100010100011011111011000010110110110011000011001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6211BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6211BE; }

 p { color: rgb(98,17,190); }

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

<style>
 a { background-color: #6211BE; }

 a { background-color: rgb(98,17,190); }

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

<style>
 span { border-color: #6211BE; }

 span { border-color: rgb(98,17,190); }

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