#6211BA

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

Shades of Purple Heart #6211BA

Tints of Purple Heart #6211BA

Color information

#6211BA (or 0x6211BA) is unknown color: approx Purple Heart. HEX triplet: 62, 11 and BA. RGB value is (98,17,186). Sum of RGB (Red+Green+Blue) = 98+17+186=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #6211BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6211BA is #9DEE45. Grayscale: #3B3B3B. Windows color (decimal): -10350150 or 12194146. OLE color: 12194146.

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

Color convert

RGB9817186-
CMYK0.470.9100.27
HSL268.76º83.25%39.8%-
HSV(B)268.76º90.86%72.94%-
XYZ14.16.5446.97-
YUV60.48198.84154.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.56%
GREEN value IS 17 (7.03% from 255) = 5.65%
BLUE value IS 186 (73.05% from 255) = 61.79%
R=32.56%
G=5.65%
B=61.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal98171860.470.9100.27268.7683.2539.8
Hex6211BA2F5B01B10d5328
Octal142212725713303341512350
Binary1100010100011011101010111110110110110111000011011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6211BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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