#6819DC

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

Shades of Purple Heart #6819DC

Tints of Purple Heart #6819DC

Color information

#6819DC (or 0x6819DC) is unknown color: approx Purple Heart. HEX triplet: 68, 19 and DC. RGB value is (104,25,220). Sum of RGB (Red+Green+Blue) = 104+25+220=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #6819DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6819DC is #97E623. Grayscale: #464646. Windows color (decimal): -9954852 or 14424424. OLE color: 14424424.

HSL color Cylindrical-coordinate representation of color #6819DC: hue angle of 264.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6819DC is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10425220-
CMYK0.530.8900.14
HSL264.31º79.59%48.04%-
HSV(B)264.31º88.64%86.27%-
XYZ18.978.8168.41-
YUV70.85212.17151.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.80%
GREEN value IS 25 (10.16% from 255) = 7.16%
BLUE value IS 220 (86.33% from 255) = 63.04%
R=29.80%
G=7.16%
B=63.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal104252200.530.8900.14264.3179.5948.04
Hex6819DC35590E1085030
Octal150313346513101641012060
Binary110100011001110111001101011011001011101000010001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6819DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6819DC; }

 p { color: rgb(104,25,220); }

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

<style>
 a { background-color: #6819DC; }

 a { background-color: rgb(104,25,220); }

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

<style>
 span { border-color: #6819DC; }

 span { border-color: rgb(104,25,220); }

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