#6719DC

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

Shades of Purple Heart #6719DC

Tints of Purple Heart #6719DC

Color information

#6719DC (or 0x6719DC) is unknown color: approx Purple Heart. HEX triplet: 67, 19 and DC. RGB value is (103,25,220). Sum of RGB (Red+Green+Blue) = 103+25+220=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #6719DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6719DC is #98E623. Grayscale: #454545. Windows color (decimal): -10020388 or 14424423. OLE color: 14424423.

HSL color Cylindrical-coordinate representation of color #6719DC: hue angle of 264º 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 #6719DC is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10325220-
CMYK0.530.8900.14
HSL264º79.59%48.04%-
HSV(B)264º88.64%86.27%-
XYZ18.868.7568.4-
YUV70.55212.34151.14-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.60%
GREEN value IS 25 (10.16% from 255) = 7.18%
BLUE value IS 220 (86.33% from 255) = 63.22%
R=29.60%
G=7.18%
B=63.22%

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
Decimal103252200.530.8900.1426479.5948.04
Hex6719DC35590E1085030
Octal147313346513101641012060
Binary110011111001110111001101011011001011101000010001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6719DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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