#6A19DC

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

Shades of Purple Heart #6A19DC

Tints of Purple Heart #6A19DC

Color information

#6A19DC (or 0x6A19DC) is unknown color: approx Purple Heart. HEX triplet: 6A, 19 and DC. RGB value is (106,25,220). Sum of RGB (Red+Green+Blue) = 106+25+220=351 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.20% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A19DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A19DC is #95E623. Grayscale: #464646. Windows color (decimal): -9823780 or 14424426. OLE color: 14424426.

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

Color convert

RGB10625220-
CMYK0.520.8900.14
HSL264.92º79.59%48.04%-
HSV(B)264.92º88.64%86.27%-
XYZ19.218.9368.42-
YUV71.45211.84152.64-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.20%
GREEN value IS 25 (10.16% from 255) = 7.12%
BLUE value IS 220 (86.33% from 255) = 62.68%
R=30.20%
G=7.12%
B=62.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal106252200.520.8900.14264.9279.5948.04
Hex6A19DC34590E1095030
Octal152313346413101641112060
Binary110101011001110111001101001011001011101000010011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A19DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A19DC; }

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

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

<style>
 a { background-color: #6A19DC; }

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

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

<style>
 span { border-color: #6A19DC; }

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

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