#6412BF

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

Shades of Purple Heart #6412BF

Tints of Purple Heart #6412BF

Color information

#6412BF (or 0x6412BF) is unknown color: approx Purple Heart. HEX triplet: 64, 12 and BF. RGB value is (100,18,191). Sum of RGB (Red+Green+Blue) = 100+18+191=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #6412BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6412BF is #9BED40. Grayscale: #3D3D3D. Windows color (decimal): -10218817 or 12522084. OLE color: 12522084.

HSL color Cylindrical-coordinate representation of color #6412BF: hue angle of 268.44º degrees, saturation: 0.83, 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 #6412BF is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10018191-
CMYK0.480.9100.25
HSL268.44º82.78%40.98%-
HSV(B)268.44º90.58%74.9%-
XYZ14.886.949.84-
YUV62.24200.67154.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 18 (7.42% from 255) = 5.83%
BLUE value IS 191 (75% from 255) = 61.81%
R=32.36%
G=5.83%
B=61.81%

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
Decimal100181910.480.9100.25268.4482.7840.98
Hex6412BF305B01910c5329
Octal144222776013303141412351
Binary1100100100101011111111000010110110110011000011001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6412BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,18,191); }

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

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

 a { background-color: rgb(100,18,191); }

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

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

 span { border-color: rgb(100,18,191); }

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