#6816BF

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

Shades of Purple Heart #6816BF

Tints of Purple Heart #6816BF

Color information

#6816BF (or 0x6816BF) is unknown color: approx Purple Heart. HEX triplet: 68, 16 and BF. RGB value is (104,22,191). Sum of RGB (Red+Green+Blue) = 104+22+191=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #6816BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6816BF is #97E940. Grayscale: #414141. Windows color (decimal): -9955649 or 12523112. OLE color: 12523112.

HSL color Cylindrical-coordinate representation of color #6816BF: hue angle of 269.11º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6816BF is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10422191-
CMYK0.460.8800.25
HSL269.11º79.34%41.76%-
HSV(B)269.11º88.48%74.9%-
XYZ15.47.2849.88-
YUV65.78198.67155.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 22 (8.98% from 255) = 6.94%
BLUE value IS 191 (75% from 255) = 60.25%
R=32.81%
G=6.94%
B=60.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104221910.460.8800.25269.1179.3441.76
Hex6816BF2E5801910d4f2a
Octal150262775613003141511752
Binary1101000101101011111110111010110000110011000011011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6816BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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