#6411BE

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

Shades of Purple Heart #6411BE

Tints of Purple Heart #6411BE

Color information

#6411BE (or 0x6411BE) is unknown color: approx Purple Heart. HEX triplet: 64, 11 and BE. RGB value is (100,17,190). Sum of RGB (Red+Green+Blue) = 100+17+190=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #6411BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6411BE is #9BEE41. Grayscale: #3C3C3C. Windows color (decimal): -10219074 or 12456292. OLE color: 12456292.

HSL color Cylindrical-coordinate representation of color #6411BE: hue angle of 268.79º 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 #6411BE is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10017190-
CMYK0.470.9100.25
HSL268.79º83.57%40.59%-
HSV(B)268.79º91.05%74.51%-
XYZ14.756.8349.26-
YUV61.54200.5155.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.57%
GREEN value IS 17 (7.03% from 255) = 5.54%
BLUE value IS 190 (74.61% from 255) = 61.89%
R=32.57%
G=5.54%
B=61.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100171900.470.9100.25268.7983.5740.59
Hex6411BE2F5B01910d5429
Octal144212765713303141512451
Binary1100100100011011111010111110110110110011000011011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6411BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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