#6141BF

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

Shades of Purple Heart #6141BF

Tints of Purple Heart #6141BF

Color information

#6141BF (or 0x6141BF) is unknown color: approx Purple Heart. HEX triplet: 61, 41 and BF. RGB value is (97,65,191). Sum of RGB (Red+Green+Blue) = 97+65+191=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #6141BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6141BF is #9EBE40. Grayscale: #585858. Windows color (decimal): -10403393 or 12534113. OLE color: 12534113.

HSL color Cylindrical-coordinate representation of color #6141BF: hue angle of 255.24º 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 #6141BF is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9765191-
CMYK0.490.6600.25
HSL255.24º49.61%50.2%-
HSV(B)255.24º65.97%74.9%-
XYZ16.2210.0850.38-
YUV88.93185.6133.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.48%
GREEN value IS 65 (25.78% from 255) = 18.41%
BLUE value IS 191 (75% from 255) = 54.11%
R=27.48%
G=18.41%
B=54.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97651910.490.6600.25255.2449.6150.2
Hex6141BF3142019ff3232
Octal141101277611020313776262
Binary1100001100000110111111110001100001001100111111111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6141BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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