#6806BA

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

Shades of Purple Heart #6806BA

Tints of Purple Heart #6806BA

Color information

#6806BA (or 0x6806BA) is unknown color: approx Purple Heart. HEX triplet: 68, 06 and BA. RGB value is (104,6,186). Sum of RGB (Red+Green+Blue) = 104+6+186=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #6806BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6806BA is #97F945. Grayscale: #373737. Windows color (decimal): -9959750 or 12191336. OLE color: 12191336.

HSL color Cylindrical-coordinate representation of color #6806BA: hue angle of 272.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6806BA is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1046186-
CMYK0.440.9700.27
HSL272.67º93.75%37.65%-
HSV(B)272.67º96.77%72.94%-
XYZ14.646.6246.96-
YUV55.82201.47162.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.14%
GREEN value IS 6 (2.73% from 255) = 2.03%
BLUE value IS 186 (73.05% from 255) = 62.84%
R=35.14%
G=2.03%
B=62.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10461860.440.9700.27272.6793.7537.65
Hex686BA2C6101B1115e26
Octal15062725414103342113646
Binary11010001101011101010110011000010110111000100011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6806BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6806BA; }

 p { color: rgb(104,6,186); }

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

<style>
 a { background-color: #6806BA; }

 a { background-color: rgb(104,6,186); }

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

<style>
 span { border-color: #6806BA; }

 span { border-color: rgb(104,6,186); }

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