#6843C1

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

Shades of Purple Heart #6843C1

Tints of Purple Heart #6843C1

Color information

#6843C1 (or 0x6843C1) is unknown color: approx Purple Heart. HEX triplet: 68, 43 and C1. RGB value is (104,67,193). Sum of RGB (Red+Green+Blue) = 104+67+193=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 193 (75.78% from 255 or 53.02% from 364); Max value from RGB is 193 - color contains mainly: blue. Hex color #6843C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6843C1 is #97BC3E. Grayscale: #5B5B5B. Windows color (decimal): -9944127 or 12665704. OLE color: 12665704.

HSL color Cylindrical-coordinate representation of color #6843C1: hue angle of 257.62º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6843C1 is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10467193-
CMYK0.460.6500.24
HSL257.62º50.4%50.98%-
HSV(B)257.62º65.28%75.69%-
XYZ17.3410.8151.62-
YUV92.43184.76136.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.57%
GREEN value IS 67 (26.56% from 255) = 18.41%
BLUE value IS 193 (75.78% from 255) = 53.02%
R=28.57%
G=18.41%
B=53.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal104671930.460.6500.24257.6250.450.98
Hex6843C12E410181023233
Octal150103301561010304026263
Binary11010001000011110000011011101000001011000100000010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6843C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6843C1; }

 p { color: rgb(104,67,193); }

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

<style>
 a { background-color: #6843C1; }

 a { background-color: rgb(104,67,193); }

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

<style>
 span { border-color: #6843C1; }

 span { border-color: rgb(104,67,193); }

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