#6815BA

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

Shades of Purple Heart #6815BA

Tints of Purple Heart #6815BA

Color information

#6815BA (or 0x6815BA) is unknown color: approx Purple Heart. HEX triplet: 68, 15 and BA. RGB value is (104,21,186). Sum of RGB (Red+Green+Blue) = 104+21+186=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #6815BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6815BA is #97EA45. Grayscale: #404040. Windows color (decimal): -9955910 or 12195176. OLE color: 12195176.

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

Color convert

RGB10421186-
CMYK0.440.8900.27
HSL270.18º79.71%40.59%-
HSV(B)270.18º88.71%72.94%-
XYZ14.847.0247.03-
YUV64.63196.5156.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.44%
GREEN value IS 21 (8.59% from 255) = 6.75%
BLUE value IS 186 (73.05% from 255) = 59.81%
R=33.44%
G=6.75%
B=59.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal104211860.440.8900.27270.1879.7140.59
Hex6815BA2C5901B10e5029
Octal150252725413103341612051
Binary1101000101011011101010110010110010110111000011101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6815BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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