#6140BC

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

Shades of Purple Heart #6140BC

Tints of Purple Heart #6140BC

Color information

#6140BC (or 0x6140BC) is unknown color: approx Purple Heart. HEX triplet: 61, 40 and BC. RGB value is (97,64,188). Sum of RGB (Red+Green+Blue) = 97+64+188=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #6140BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6140BC is #9EBF43. Grayscale: #575757. Windows color (decimal): -10403652 or 12337249. OLE color: 12337249.

HSL color Cylindrical-coordinate representation of color #6140BC: hue angle of 255.97º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6140BC is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9764188-
CMYK0.480.6600.26
HSL255.97º49.21%49.41%-
HSV(B)255.97º65.96%73.73%-
XYZ15.849.8448.64-
YUV88184.43134.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.79%
GREEN value IS 64 (25.39% from 255) = 18.34%
BLUE value IS 188 (73.83% from 255) = 53.87%
R=27.79%
G=18.34%
B=53.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal97641880.480.6600.26255.9749.2149.41
Hex6140BC304201A1003131
Octal141100274601020324006161
Binary11000011000000101111001100001000010011010100000000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6140BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6140BC; }

 p { color: rgb(97,64,188); }

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

<style>
 a { background-color: #6140BC; }

 a { background-color: rgb(97,64,188); }

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

<style>
 span { border-color: #6140BC; }

 span { border-color: rgb(97,64,188); }

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