#6841C6

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

Shades of Purple Heart #6841C6

Tints of Purple Heart #6841C6

Color information

#6841C6 (or 0x6841C6) is unknown color: approx Purple Heart. HEX triplet: 68, 41 and C6. RGB value is (104,65,198). Sum of RGB (Red+Green+Blue) = 104+65+198=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 198 (77.73% from 255 or 53.95% from 367); Max value from RGB is 198 - color contains mainly: blue. Hex color #6841C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6841C6 is #97BE39. Grayscale: #5B5B5B. Windows color (decimal): -9944634 or 12992872. OLE color: 12992872.

HSL color Cylindrical-coordinate representation of color #6841C6: hue angle of 257.59º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6841C6 is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10465198-
CMYK0.470.6700.22
HSL257.59º53.85%51.57%-
HSV(B)257.59º67.17%77.65%-
XYZ17.7910.854.57-
YUV91.82187.92136.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.34%
GREEN value IS 65 (25.78% from 255) = 17.71%
BLUE value IS 198 (77.73% from 255) = 53.95%
R=28.34%
G=17.71%
B=53.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal104651980.470.6700.22257.5953.8551.57
Hex6841C62F430161023634
Octal150101306571030264026664
Binary11010001000001110001101011111000011010110100000010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6841C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6841C6; }

 p { color: rgb(104,65,198); }

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

<style>
 a { background-color: #6841C6; }

 a { background-color: rgb(104,65,198); }

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

<style>
 span { border-color: #6841C6; }

 span { border-color: rgb(104,65,198); }

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