#6541BF

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

Shades of Purple Heart #6541BF

Tints of Purple Heart #6541BF

Color information

#6541BF (or 0x6541BF) is unknown color: approx Purple Heart. HEX triplet: 65, 41 and BF. RGB value is (101,65,191). Sum of RGB (Red+Green+Blue) = 101+65+191=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #6541BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6541BF is #9ABE40. Grayscale: #595959. Windows color (decimal): -10141249 or 12534117. OLE color: 12534117.

HSL color Cylindrical-coordinate representation of color #6541BF: hue angle of 257.14º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6541BF is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10165191-
CMYK0.470.6600.25
HSL257.14º49.61%50.2%-
HSV(B)257.14º65.97%74.9%-
XYZ16.6610.3150.4-
YUV90.13184.93135.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.29%
GREEN value IS 65 (25.78% from 255) = 18.21%
BLUE value IS 191 (75% from 255) = 53.50%
R=28.29%
G=18.21%
B=53.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101651910.470.6600.25257.1449.6150.2
Hex6541BF2F420191013232
Octal145101277571020314016262
Binary11001011000001101111111011111000010011001100000001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6541BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,65,191); }

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

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

 a { background-color: rgb(101,65,191); }

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

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

 span { border-color: rgb(101,65,191); }

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