#6141C5

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

Shades of Purple Heart #6141C5

Tints of Purple Heart #6141C5

Color information

#6141C5 (or 0x6141C5) is unknown color: approx Purple Heart. HEX triplet: 61, 41 and C5. RGB value is (97,65,197). Sum of RGB (Red+Green+Blue) = 97+65+197=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 197 (77.34% from 255 or 54.87% from 359); Max value from RGB is 197 - color contains mainly: blue. Hex color #6141C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6141C5 is #9EBE3A. Grayscale: #595959. Windows color (decimal): -10403387 or 12927329. OLE color: 12927329.

HSL color Cylindrical-coordinate representation of color #6141C5: hue angle of 254.55º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6141C5 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9765197-
CMYK0.510.6700.23
HSL254.55º53.23%51.37%-
HSV(B)254.55º67.01%77.25%-
XYZ16.910.3553.93-
YUV89.62188.6133.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.02%
GREEN value IS 65 (25.78% from 255) = 18.11%
BLUE value IS 197 (77.34% from 255) = 54.87%
R=27.02%
G=18.11%
B=54.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal97651970.510.6700.23254.5553.2351.37
Hex6141C53343017ff3533
Octal141101305631030273776563
Binary1100001100000111000101110011100001101011111111111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6141C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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