#6816C5

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

Shades of Purple Heart #6816C5

Tints of Purple Heart #6816C5

Color information

#6816C5 (or 0x6816C5) is unknown color: approx Purple Heart. HEX triplet: 68, 16 and C5. RGB value is (104,22,197). Sum of RGB (Red+Green+Blue) = 104+22+197=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 197 (77.34% from 255 or 60.99% from 323); Max value from RGB is 197 - color contains mainly: blue. Hex color #6816C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6816C5 is #97E93A. Grayscale: #414141. Windows color (decimal): -9955643 or 12916328. OLE color: 12916328.

HSL color Cylindrical-coordinate representation of color #6816C5: hue angle of 268.11º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6816C5 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10422197-
CMYK0.470.8900.23
HSL268.11º79.91%42.94%-
HSV(B)268.11º88.83%77.25%-
XYZ16.077.5553.43-
YUV66.47201.67154.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.20%
GREEN value IS 22 (8.98% from 255) = 6.81%
BLUE value IS 197 (77.34% from 255) = 60.99%
R=32.20%
G=6.81%
B=60.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal104221970.470.8900.23268.1179.9142.94
Hex6816C52F5901710c502b
Octal150263055713102741412053
Binary1101000101101100010110111110110010101111000011001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6816C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,22,197); }

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

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

 a { background-color: rgb(104,22,197); }

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

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

 span { border-color: rgb(104,22,197); }

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