#6811C0

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

Shades of Purple Heart #6811C0

Tints of Purple Heart #6811C0

Color information

#6811C0 (or 0x6811C0) is unknown color: approx Purple Heart. HEX triplet: 68, 11 and C0. RGB value is (104,17,192). Sum of RGB (Red+Green+Blue) = 104+17+192=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 192 (75.39% from 255 or 61.34% from 313); Max value from RGB is 192 - color contains mainly: blue. Hex color #6811C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6811C0 is #97EE3F. Grayscale: #3E3E3E. Windows color (decimal): -9956928 or 12587368. OLE color: 12587368.

HSL color Cylindrical-coordinate representation of color #6811C0: hue angle of 269.83º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6811C0 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10417192-
CMYK0.460.9100.25
HSL269.83º83.73%40.98%-
HSV(B)269.83º91.15%75.29%-
XYZ15.427.1550.44-
YUV62.96200.82157.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.23%
GREEN value IS 17 (7.03% from 255) = 5.43%
BLUE value IS 192 (75.39% from 255) = 61.34%
R=33.23%
G=5.43%
B=61.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104171920.460.9100.25269.8383.7340.98
Hex6811C02E5B01910e5429
Octal150213005613303141612451
Binary1101000100011100000010111010110110110011000011101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6811C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6811C0; }

 p { color: rgb(104,17,192); }

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

<style>
 a { background-color: #6811C0; }

 a { background-color: rgb(104,17,192); }

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

<style>
 span { border-color: #6811C0; }

 span { border-color: rgb(104,17,192); }

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