#6A14D9

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

Shades of Purple Heart #6A14D9

Tints of Purple Heart #6A14D9

Color information

#6A14D9 (or 0x6A14D9) is unknown color: approx Purple Heart. HEX triplet: 6A, 14 and D9. RGB value is (106,20,217). Sum of RGB (Red+Green+Blue) = 106+20+217=343 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.90% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 217 (85.16% from 255 or 63.27% from 343); Max value from RGB is 217 - color contains mainly: blue. Hex color #6A14D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A14D9 is #95EB26. Grayscale: #434343. Windows color (decimal): -9825063 or 14226538. OLE color: 14226538.

HSL color Cylindrical-coordinate representation of color #6A14D9: hue angle of 266.19º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A14D9 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10620217-
CMYK0.510.9100.15
HSL266.19º83.12%46.47%-
HSV(B)266.19º90.78%85.1%-
XYZ18.728.5766.31-
YUV68.17211.99154.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.90%
GREEN value IS 20 (8.20% from 255) = 5.83%
BLUE value IS 217 (85.16% from 255) = 63.27%
R=30.90%
G=5.83%
B=63.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal106202170.510.9100.15266.1983.1246.47
Hex6A14D9335B0F10a532e
Octal152243316313301741212356
Binary110101010100110110011100111011011011111000010101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A14D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,20,217); }

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

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

 a { background-color: rgb(106,20,217); }

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

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

 span { border-color: rgb(106,20,217); }

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