#6811C2

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

Shades of Purple Heart #6811C2

Tints of Purple Heart #6811C2

Color information

#6811C2 (or 0x6811C2) is unknown color: approx Purple Heart. HEX triplet: 68, 11 and C2. RGB value is (104,17,194). Sum of RGB (Red+Green+Blue) = 104+17+194=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 194 (76.17% from 255 or 61.59% from 315); Max value from RGB is 194 - color contains mainly: blue. Hex color #6811C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6811C2 is #97EE3D. Grayscale: #3E3E3E. Windows color (decimal): -9956926 or 12718440. OLE color: 12718440.

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

Color convert

RGB10417194-
CMYK0.460.9100.24
HSL269.49º83.89%41.37%-
HSV(B)269.49º91.24%76.08%-
XYZ15.657.2451.61-
YUV63.19201.82157.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 17 (7.03% from 255) = 5.40%
BLUE value IS 194 (76.17% from 255) = 61.59%
R=33.02%
G=5.40%
B=61.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal104171940.460.9100.24269.4983.8941.37
Hex6811C22E5B01810d5429
Octal150213025613303041512451
Binary1101000100011100001010111010110110110001000011011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6811C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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