#6816BE

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

Shades of Purple Heart #6816BE

Tints of Purple Heart #6816BE

Color information

#6816BE (or 0x6816BE) is unknown color: approx Purple Heart. HEX triplet: 68, 16 and BE. RGB value is (104,22,190). Sum of RGB (Red+Green+Blue) = 104+22+190=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #6816BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6816BE is #97E941. Grayscale: #414141. Windows color (decimal): -9955650 or 12457576. OLE color: 12457576.

HSL color Cylindrical-coordinate representation of color #6816BE: hue angle of 269.29º 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 #6816BE is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10422190-
CMYK0.450.8800.25
HSL269.29º79.25%41.57%-
HSV(B)269.29º88.42%74.51%-
XYZ15.297.2349.31-
YUV65.67198.17155.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 22 (8.98% from 255) = 6.96%
BLUE value IS 190 (74.61% from 255) = 60.13%
R=32.91%
G=6.96%
B=60.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104221900.450.8800.25269.2979.2541.57
Hex6816BE2D5801910d4f2a
Octal150262765513003141511752
Binary1101000101101011111010110110110000110011000011011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6816BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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