#6143BA

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

Shades of Purple Heart #6143BA

Tints of Purple Heart #6143BA

Color information

#6143BA (or 0x6143BA) is unknown color: approx Purple Heart. HEX triplet: 61, 43 and BA. RGB value is (97,67,186). Sum of RGB (Red+Green+Blue) = 97+67+186=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #6143BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6143BA is #9EBC45. Grayscale: #595959. Windows color (decimal): -10402886 or 12206945. OLE color: 12206945.

HSL color Cylindrical-coordinate representation of color #6143BA: hue angle of 255.13º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6143BA is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9767186-
CMYK0.480.6400.27
HSL255.13º47.04%49.61%-
HSV(B)255.13º63.98%72.94%-
XYZ15.810.147.57-
YUV89.54182.44133.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.71%
GREEN value IS 67 (26.56% from 255) = 19.14%
BLUE value IS 186 (73.05% from 255) = 53.14%
R=27.71%
G=19.14%
B=53.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97671860.480.6400.27255.1347.0449.61
Hex6143BA304001Bff2f32
Octal141103272601000333775762
Binary1100001100001110111010110000100000001101111111111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6143BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6143BA; }

 p { color: rgb(97,67,186); }

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

<style>
 a { background-color: #6143BA; }

 a { background-color: rgb(97,67,186); }

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

<style>
 span { border-color: #6143BA; }

 span { border-color: rgb(97,67,186); }

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