#6810C5

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

Shades of Purple Heart #6810C5

Tints of Purple Heart #6810C5

Color information

#6810C5 (or 0x6810C5) is unknown color: approx Purple Heart. HEX triplet: 68, 10 and C5. RGB value is (104,16,197). Sum of RGB (Red+Green+Blue) = 104+16+197=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 197 (77.34% from 255 or 62.15% from 317); Max value from RGB is 197 - color contains mainly: blue. Hex color #6810C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6810C5 is #97EF3A. Grayscale: #3E3E3E. Windows color (decimal): -9957179 or 12914792. OLE color: 12914792.

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

Color convert

RGB10416197-
CMYK0.470.9200.23
HSL269.17º84.98%41.76%-
HSV(B)269.17º91.88%77.25%-
XYZ15.977.3453.4-
YUV62.95203.65157.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 16 (6.64% from 255) = 5.05%
BLUE value IS 197 (77.34% from 255) = 62.15%
R=32.81%
G=5.05%
B=62.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal104161970.470.9200.23269.1784.9841.76
Hex6810C52F5C01710d552a
Octal150203055713402741512552
Binary1101000100001100010110111110111000101111000011011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6810C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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